Skip to content

Commit

Permalink
Merge pull request #6 from jtimko16/documentation
Browse files Browse the repository at this point in the history
Doc - document project in the readme file
  • Loading branch information
jtimko16 authored Jan 10, 2025
2 parents 5c5f94c + 3b98b50 commit a23d6b1
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# el-price-prediction
## Nordpool Electricity Prices with Weather Visualization

This repository contains a simple Streamlit app that accesses one-day-ahead electricity prices (for selected countries: Finland, Estonia, or Latvia) and fetches the weather forecast for a specified location. The app visualizes the data for easy exploration.

It also includes a Python notebook for connecting to the API and performing data exploration.

#### Dependencies
The code was tested with Python 3.11 on a Windows machine. All dependencies are specified in the `requirements.txt` file.

#### Deployment

You can access the deployed version of the app at:

[https://nordpool-price-with-weather.streamlit.app/](https://nordpool-price-with-weather.streamlit.app/)

#### Running Locally

To run the app locally, use the following command in your terminal:

```bash
streamlit run src/streamlit_app/app.py

0 comments on commit a23d6b1

Please sign in to comment.