https://github.com/chrisvoncsefalvay/dash-sir-interactive-model
Interactive SIR model in Dash
https://github.com/chrisvoncsefalvay/dash-sir-interactive-model
differential-equations epidemiology sars-cov-2 social-distancing
Last synced: 4 months ago
JSON representation
Interactive SIR model in Dash
- Host: GitHub
- URL: https://github.com/chrisvoncsefalvay/dash-sir-interactive-model
- Owner: chrisvoncsefalvay
- License: bsd-3-clause
- Created: 2020-07-24T17:13:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T04:50:55.000Z (about 4 years ago)
- Last Synced: 2024-10-30T01:44:51.287Z (6 months ago)
- Topics: differential-equations, epidemiology, sars-cov-2, social-distancing
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dash SIR distancing model
An interactive Dash illustration of a SIR epidemic model with social distancing.

## Running locally
To run a development instance locally, create a virtualenv, install the
requirements from `requirements.txt` and launch `app.py` using the
Python executable from the virtualenv.## Deploying on ECS
Use `make image` to create a Docker image. Then, follow [these
instructions](https://www.chrisvoncsefalvay.com/2019/08/28/deploying-dash-on-amazon-ecs/)
to deploy the image on ECS.