This Streamlit app is deployed on Streamlit Sharing. You can also clic on this link to visualize the dashboard.
This dashboard will present the spread of COVID-19 in the world by visualizing the timeline of the total cases and deaths. As well as the total number of vaccinated people.
Create a python virtual environnemnt and install the requirement.txt package using pip :
pip install -r requirements.txt
data.csv
: data on COVID-19 (coronavirus) by Our World in Data, can be found here.
countries.geo.json
: World Country and State coordinate for plotting geospatial maps, can be found here.
Run the following line in the terminal, it will launch the Dashboard locally in the default browser.
streamlit run streamlit_app.py