jarif commited on
Commit
05f2933
·
verified ·
1 Parent(s): 76f9dd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: GridGenius Energy Forecast Engine
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
  sdk: docker
7
  app_port: 8501
8
  tags:
@@ -12,9 +12,8 @@ short_description: Streamlit template space
12
  license: mit
13
  ---
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
1
  ---
2
  title: GridGenius Energy Forecast Engine
3
+ emoji:
4
+ colorFrom: green
5
+ colorTo: green
6
  sdk: docker
7
  app_port: 8501
8
  tags:
 
12
  license: mit
13
  ---
14
 
15
+ # 🔋 GridGenius Energy Forecast Engine
16
 
17
+ An AI-powered multi-zone energy demand forecasting tool using LSTM and Streamlit. Upload your own weather and timestamped data to get real-time predictions.
18
 
19
+ Built with 💚 using Streamlit and TensorFlow.