Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

COVID 19 Data Analysis

A dynamic dashboard of COVID-19 data with filtered and calculated data sets like the current Doubling Rate of confirmed cases. The dynamic dashboard also contains a simulation of the SIR model.

Data source: Johns Hopkins GITHUB - https://github.com/CSSEGISandData/COVID-19

Run python file src/visualization/visualize.py to run the DASH server. It will first pull the latest data from Johns Hopkins GITHUB, build the processed datasets and then run the dash server.

The dashboard has 2 tabs:

Visualization

The required countries can be selected in the first dropdown menu - multiple countries can be selected for comparison. If required, the filtered data or the doubling rate can be plotted using the second dropdown menu.

alt text

SIR modelling

This is for simulation of the SIR model. The required country can be selected using the dropdown menu.

alt text