Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 442 Bytes

File metadata and controls

9 lines (7 loc) · 442 Bytes

Epidemiological-Estimating-of-COVID-19

Repository containing the source code for an online dashboard used to track and forecast the spread COVID-19 at global and country specific levels.

Models Used

  • SEIR Model (Ordinary system of differential equations)
  • Kernel Ridge Regression model for country specific forecasts
  • Linear Regression model for global forecast

Built using Python with Dash. Data sourced from Johns Hopkins.