-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from jtimko16/documentation
Doc - document project in the readme file
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|