/Covid_App

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

Primary LanguagePython

Covid-19 Global Dashboard

App

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.

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