| title | DisSModel SysDyn Explorer |
|---|---|
| emoji | 📈 |
| colorFrom | blue |
| colorTo | indigo |
| sdk | docker |
| pinned | false |
Interactive explorer for system dynamics models implemented with DisSModel, an open-source Python framework for spatially explicit dynamic modelling.
This application demonstrates the capabilities of the dissmodel-sysdyn library, allowing users to interactively configure and simulate various classic models such as SIR (Epidemiology), Predator-Prey (Ecology), and more.
- Dynamic Discovery: Automatically loads all models available in the
dissmodel-sysdynlibrary. - Auto-UI: Generates sidebar widgets for model parameters using type hints.
- Live Plotting: Visualizes simulation results in real-time as the model runs.
docker build -t dissmodel-sysdyn-demo .
docker run -p 7860:7860 dissmodel-sysdyn-demo