COVID India model allows the simulation of different options before the Government of India to contain the COVID-19 pandemic. It provides a means to evaluate the impact of different options on new cases per day, total cases, total deaths and active cases. An explanation of the methodology and the results are available at this link. This ppt summarizes the results of the different scenarios documented in the paper.
Run the model online
To run the model offline, you will need to install the model code and requirements.
Use pip to install COVID-India-model:
$ pip install COVID-India-model
Or use conda:
$ conda install COVID-India-model
Then download and follow instruction in the notebooks to run the code that calls the model simulator and produce the outputs.
covid_india_reference_run.ipynb compares the historical data with the simulation that includes the actions of the Government of India upto day 146. covid_india_automatic_scenarios.ipynb enables you to simulate any interventions from any day for as many days as you like and generate.
If you set
sim.Show = True
in the notebook, the model outputs will be displayed in the interactive notebook. If you set
sim.Save = True
in the notebook, the results of the simulation will be saved in a folder with the version of the model (currently 6.00.00.2020).
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.