home..
SimAID
A web app, which allows local policymakers to run simulations of numerous epidemics and find out the best intervention strategies to use.
Live Demo Check out the GitHub repo Check out the project report
Dependencies:
- Python 3.x
- Anvil Runtime:
pip install anvil-app-server
Instructions to run:
- Clone the repository:
git clone https://github.com/SiddhantAttavar/SimAID.git
- Clone the Anvil Extras repository:
git clone https://github.com/anvilistas/anvil-extras.git
- cd into the
SimAID
directory:cd SimAID
- Run the app from the VS Code task or from the terminal:
anvil-app-server --app . --dep-id C6ZZPAPN4YYF5NVJ=Anvil_Extras --auto-migrate
- Open the app in a browser: http://localhost:3030
Explainer video:
Live Demo Check out the GitHub repo Check out the project report