/SIR_model

Educational tool that aims to provide an easy way of interacting with the basic epidemiological model SIR. Can also show how it would interact with the basic idea of vaccinations and an idea of losing immunity over time (second wave of infections).

Primary LanguagePythonMIT LicenseMIT

SIR model

This is a GUI meant for educational purposes which allows the user to get familiar with the very basic epidemiological model SIR.

Installation

To install needed dependencies type into the terminal (you have to be in the same directory as requirements.txt)

python -m pip install -r requirements.txt

After that you can just run the script named model.py.