/epidemic_sir_model

Basic visualisation of the SIR epidemic model

Primary LanguagePython

Basic SIR Chart

Basic implementation of the SIR Model (Suspectible, Infected, Recovered), allowing interaction with the infection & recovery rates to see how they impact the reproductive ratio & epidemic curves.

Sample available at: https://simple-sir-model.herokuapp.com/

Usage

  1. Install required packages
pip install -r requirements.txt
  1. Run the app
python app.py

Example

example