Skip to content

ZeynepRuveyda/Streamlit_Interactive-Covid-19-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Heritage

SWH

INTERACTIVE COVID19 DASHBOARD

image Source: Centers for Disease Control and Prevention’s Public Health Image Library

This project is performed by the CRI Digital Science Students at Paris/France. The dashboard will visualize the Covid-19 Situation in All Countries Coronavirus disease (COVID-19) is an infectious disease caused by a newly discovered coronavirus. Most people infected with the COVID-19 virus will experience mild to moderate respiratory illness and recover without requiring special treatment.we would like analyze current situation of Covid on the world.

Our open-source data taken from the links below:

https://www.kaggle.com/antgoldbloom/covid19-data-from-john-hopkins-university https://covid.ourworldindata.org/data/owid-covid-data.csv

Streamlit Online

You can access the dashboard through this link:

https://thawing-anchorage-53534.herokuapp.com/

Key to Dataset

The covid dataset has the following fields: Main Variables in Both Datasets

Variable Definition
Date The date of the summary
Province The province or state, when applicable
Country The country or region name
Lat Latitude point
Long Longitude point
Type The type of case (i.e., confirmed, death)
Cases The number of daily cases (corresponding to the case type)
Continent continent where cases occur
New cases Number of new cases
Fatalities Risk of death
Total Deaths Cumulative number of deaths
Total Cases The cumulative number of cases

Dependencies

All the requirements needed for this projects is stored in the requirement.txt file.

to run it on your local computer follow the guideline below:

1. cloning the repo

git clone https://github.com/Abbas-Kalantari/interactive-Covid-19-dashboard

2. go to the folder

cd interactive-Covid-19-dashboard

3. installing requirements

pip install requirements.txt

4. Enjoy :)

streamlit run covid_app.py

Dashboard

A supporting dashboard is available here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.1%
  • Jupyter Notebook 34.0%
  • Shell 1.9%