Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 544 Bytes

Simulating SIR Models

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.