An open API service indexing awesome lists of open source software.

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

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/

image

## Setup

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

## License
MIT