This is a simple Python app based on Qt5 to simulate the spreading of an infectious disease using SIR type models. This includes the
* the simple SIR model
* the SIRD model
* the SEIR model
* the SEIRD model
You will need
* Python 3
* PyQt5
* PyQtGraph
To run the GUI enter the code folder and type
python3 src/main.py
The models can be fed with real data. Have fun experimenting.