Small dashboard built using streamlit, pandas, and plotly. Designed to vizualize traffic collisions in New York City, using the the data set provided by New York Open Data:
https://data.cityofnewyork.us/Public-Safety/Motor-Vehicle-Collisions-Crashes/h9gi-nx95/about_data
To run and test locally, run the below in your terminal
git clone [email protected]:hellojustjoe/dataScienceWebApp.git
pip install -r dataScienceWebApp/requirements.txt
streamlit run dataScienceWebApp/app.py
To view hosted dashboard
https://newyorkcitycollisiondashboard.streamlit.app/