https://github.com/mu373/epimodelviz
Visualize epidemiological compartment models from YAML
https://github.com/mu373/epimodelviz
compartmental-models infectious-disease-models react-flow sir-model yaml
Last synced: 5 months ago
JSON representation
Visualize epidemiological compartment models from YAML
- Host: GitHub
- URL: https://github.com/mu373/epimodelviz
- Owner: mu373
- License: mit
- Created: 2026-02-04T18:24:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T19:23:22.000Z (5 months ago)
- Last Synced: 2026-02-05T05:40:21.945Z (5 months ago)
- Topics: compartmental-models, infectious-disease-models, react-flow, sir-model, yaml
- Language: TypeScript
- Homepage: https://epimodelviz.vercel.app
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# epimodelviz
Visualize epidemiological compartment models from YAML. Reads basemodel YAML files following the [epymodelingsuite](https://github.com/mobs-lab/epymodelingsuite) schema.
https://epimodelviz.vercel.app/

## Setup
```bash
pnpm install
pnpm run dev
pnpm run dev --host 0.0.0.0 # optional: expose to network
```
## License
MIT