Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.32 KB

Covid 19 in the World Open Source DashBoard 📈

this

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.

Set Up

Create a python virtual environnemnt and install the requirement.txt package using pip :

pip install -r requirements.txt

Data

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.

Launching the App

Run the following line in the terminal, it will launch the Dashboard locally in the default browser.

streamlit run streamlit_app.py

License

License: MIT