inavamsi / Custom_epidemic_model

A simple UI to easily build and run custom epidemic models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom compartment model

This can be used to construct a custom agent based epidemic compartment model. The default model is an SIR model but can be easily changed by changing the number of compartments and transitions.

This repo was built using the Episimmer codebase : https://github.com/corollary-health/episimmer

Test out the UI at : https://share.streamlit.io/inavamsi/custom_epidemic_model/main/Main.py

Run

To run locally

streamlit run Main.py

This opens up a UI that is fairly simple to navigate and build a custom model. Some standard models include SIR, SEIR, SEYAR, SIRD, MSIRS, ... to name a few.

About

A simple UI to easily build and run custom epidemic models.

License:Other


Languages

Language:Python 99.6%Language:Shell 0.4%