Skip to content

An app created with streamlit using altair, pyplot and matplotlib to give an overview of Covid. This app is deployed

Notifications You must be signed in to change notification settings

Sakzsee/Covid_App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 Global Dashboard

Amidst the unfortunate chaos of COVID-19 around the world, there has been an overload of information regarding the pandemic present online. With such massive amounts of data, it is crucial not only to identify and collect verified information, but to also structure it in a way that allows us to pick worthy insights. In this context, data visualization is perfect for enabling quick and accurate comprehension of information, whilst providing the relevant insights into our current global situation.

For this exact purpose, we have created a "Covid-19 Global Dashboard" - an interactive visualization of the current spread of COVID-19 around the world. Within this dashboard, you can find an overview of both worldwide & country specific statistics. We hope that our dashboard can help explain the developing pandemic events in a clear and comprehensible way for people to interpret data efficiently, tease out patterns, and pick up on trends.

Our future work would involve further exploring into patterns of correlation between age demographics, life expectancy rates and exploration of other factors that may or may not be intuitively obvious - and also a possibilty of creation of a predictive model that can arrive at the trend of upcoming cases.

The dashboard is created with Streamlit using Altair, Plotly and Matplotlib for visualization and deployed using Heroku.

The sources of the data used for this app are:

  1. covid.ourworldindata.org
  2. api.covid19india.org
  3. https://raw.githubusercontent.com/owid/covid-19-data/master/public/data/owid-covid-data.csv

Contributors: Niegil, Praneetha and Sakthisree.

Link to access the app: Covid-19 Global Dashboard.

In order to run the app locally:

  1. Install streamlit: pip install streamlit
  2. Clone the repository: git clone https://github.com/Niegil-Francis/Covid_App.git
  3. Install the required packages present in requirements.txt
  4. Change the directory to Covid_App and run: streamlit run Covid_dash.py

About

An app created with streamlit using altair, pyplot and matplotlib to give an overview of Covid. This app is deployed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%