Skip to content

yuliianikolaenko/covid-dashboard-proglib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages