# amb_sir_model **Repository Path**: new_cloud1/amb_sir_model ## Basic Information - **Project Name**: amb_sir_model - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-11 - **Last Updated**: 2025-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Abm SIR model ## How to Run To run the model interactively, in this directory, run the following command ``` $ solara run app.py ``` ## Files * ``model.py``: Contains the agent class, and the overall model class. * ``agents.py``: Contains the agent class. * ``app.py``: Contains the code for the interactive Solara visualization.