buds-lab / building-data-genome-project-2

Whole building non-residential hourly energy meter data from the Great Energy Predictor III competition
https://www.budslab.org/
Other
186 stars 71 forks source link

Created some streamlit apps for BDG2 #26

Open zixiaoshawnshi opened 3 years ago

zixiaoshawnshi commented 3 years ago

Hello friends,

I'm starting to create some Streamlit apps for BDG2 for interactive data exploration and model building. These apps can be used to better understand the data-set and used for my future teachings. My plan is to:

For context Streamlit is a super easy-to-use tool to create data apps in Python. Compared to traditional dashboards like plotly dash or superset, you can utilize the full potential of Python like creating ML models and perform in-depth analysis. They will also host the apps for free (at least for now).

I noticed there is already a notebook folder in this repository, I wonder how does the app files fit in? They are not really markdown files as they need to rendered by Streamlit or run locally. Would it be possible to include the app links in the readme.md once they are complete?

Oh and for those interested I will write a tutorial on how to create these apps. Also please feel free to comment on what kind of analysis you would like to see. Cheers.

cmiller8 commented 3 years ago

Great idea!