Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 587 Bytes

COVID-19 Dashboard

A Python-based Dashboard showing COVID-19 data using the library streamlit.

Screenshot

Data source

The data used in this Dashboard comes from https://github.com/CSSEGISandData/COVID-19.

Usage

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