Skip to content

konsim83/SIR-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.