Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 578 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 578 Bytes

COVID-19 Data Tracker

Tracking the spread of the coronavirus is the first step to its prevention.

This repository contains the code for tracking the following key indicators:

  • Time-varying estimate of the effective reproduction number R(t)
  • Daily confirmed cases
  • Daily deaths attributed to COVID-19
  • Daily recoveries

The Notebook contains notes describing the method for estimating the effective reproduction number R(t).

The interactive Streamlit web application is available for data exploration. Run the app with the following command:

streamlit run app.py