Skip to content

COVID Dashboard — Statistical Analysis of Covid cases in India

Notifications You must be signed in to change notification settings

GladiatorX/COVID-dash-plotly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

COVID-dash-plotly

COVID Dashboard — Statistical Analysis of Covid cases in India

The Coronavirus dashboard provides an overview of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic. The dashboard is built with Python Plotly.

Installation

The application is based in Python 3.7 and requires the following packages:

  • pandas
  • dash
  • plotly
  • requests
  • bs4

These dependencies can be installed with (after first sourcing into a newly-created virtual environment):

pip install -r requirements.txt

The data for this dashboard is fetched from the the REST API

( NOTE Currently API support is deprecated )

Usage

To run the application, move to the top level of this directory and run the following command:

python CoronaDash.py

Demo

About

COVID Dashboard — Statistical Analysis of Covid cases in India

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages