This repo includes a colelction of different topics that I thought are cool and fast to implement. I hope you can find these dashboards useful. Web app is available in this link.
You need to place your Tweepy tokens in "config/tweepy_token.py"
Also you need to download and store US Accident database into "data/US_Accidents_Dec21_updated.csv"
-
Using Docker:
docker build -t streamlit_dashboard . docker docker run -p 8501:8501 streamlit_dashboard
-
Using Python(Make sure you are using python 3.9 or above):
pip install -r requirements.txt streamlit run 1_🏠_Homepage.py