Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 673 Bytes
HeatPro App logo

Streamlit App based on HeatPro. The app aims to demonstrate HeatPro tool box nby automating some process with a nice interface. HeatPro is usefull to generate hourly features like heat demand by sector or district heating network temperature from aggregate data.

To run the app we recommend to use Poetry :

pip install poetry

Then you only need enter these commands :

poetry install
poetry run streamlit run app.py

If needed use before poetry install:

poetry lock