Skip to content

This project implements the SIQR modeling on the covid19 data for India.

Notifications You must be signed in to change notification settings

sauravkmr992/SIQR_Modelling_Of_Covid_Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIQR Modelling Of Covid Data

To understand timely evolution of the Covid19 in India from the onset of it, SIQR modelling approach have been implemented which is discussed in the paper Modelling and analysis of COVID-19 epidemic in India. Equations presented in the research paper have been used to fit the Total Confirmed Cases reported everyday to calculate the fitting parameters which in turn gives us Rate of Transmission and Effective Reproduction number for a time period. Please see explained SIQR_Modelling.ipynb for clear understanding of the process. Data used here was scraped from this covid website. Process of scraping the data can be found here. A streamlit app has also been created for the calculation of Rate of Transmission and Effective Reproduction Number based on the selected range of dates.

  • covid.csv contains the data used in the modelling project.
  • SIQR_Modelling.ipynb has detailed comments added for clarity of the process.
  • Please make sure you have all the librabries that are mentioned in the requirements.txt file.
  • Steps for running the SIQR_app.py file has been written below

Running Streamlit App

  1. Move this repo to your local machine.
  2. Activate the environment after installing all the dependencies.
  3. Move into the repo folder from your terminal/cmd.
  4. Type streamlit run SIQR_app.py in your terminal
  5. A Browser window will flash up representing the app.
  6. Now, tweak the dates range to see the variation in Rate of Transmisson and other parameters.

Releases

No releases published

Packages

No packages published