This repository contains three susceptible-infected-recovered models solved using differential equations that differ in amount of precision and variables. Also there is GUI made with mathplotlib library, so User can play with variables and see plots change in real time.
To run the program type
python setup.py [model-name]in your terminal from the project folder
Current models available: sir-model, sir-vital, seirs-model


