A Python-based Dashboard showing COVID-19 data using the library streamlit.
The data used in this Dashboard comes from https://github.com/CSSEGISandData/COVID-19.
In order to create the prepared dataset used for the visualization run:
python data_preparation.py
As of now the folder where the COVID data is located needs to be specified in the mentioned python file. After the prepared data is created you can start the streamlit app using:
streamlit run dashboard.py