This project is a place for me to experiment with streamlit and altair.
The data are from the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University
You can view the running dashboard at https://covid19-dashboard-dg.herokuapp.com/
from the project root folder:
-
Create and source a virtual environment
-
Install the package
pip install .
-
Run the dashboard
streamlit run src/covid19_dashboard/dashboard.py