Skip to content

fccoelho/epigrass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

344 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epigrass

If you use epigrass in your research, please use the following DOI to cite it:

DOI or this bibtex entry.

@software{flavio_codeco_coelho_2021_4554753,
  author       = {Flávio Codeço Coelho},
  title        = {fccoelho/epigrass: COVID19},
  month        = feb,
  year         = 2021,
  publisher    = {Zenodo},
  version      = {v3.0.2},
  doi          = {10.5281/zenodo.4554753},
  url          = {https://doi.org/10.5281/zenodo.4554753}
}

Epidemiological Geo-referenced Analysis and Simulation system

dashboard Epigrass is a Python Library aimed at making the simulation of metapopulation models as easy as possible. Documentation is available here.

Installation

External dependencies

Besides installing epigrass from the PyPI, as described below you will need to install the following external dependencies:

  • redis server you need to have a redis server running. You can install it from the redis website

You can install Epigrass directly from PyPI, the Python Package Index. For mode details, check the docs

Installing from the repository

If you clone the repository, you can install Epigrass with the following command:

$ uv sync

Running the Gradio Simulation Builder

Epigrass now includes a modern web-based simulation builder built with Gradio. This interface allows you to create, edit, and run simulations easily.

To launch the simulation builder:

$ uv run epigrass

This will start a local web server and provide a URL (usually http://127.0.0.1:7860) where you can access the interface.

Running demos

The source distribution comes with several demo models, each in its own directory. Each demo includes a README with model details and usage instructions.

$ cd demos/rio
$ uv run epirunner rio.epg

This will run the demo for the city of Rio de Janeiro.

For a complete list of available demos, see the demos directory.

Getting started building your own models

Folow these instructions.

About

Epidemiological Geo-referenced Analysis and Simulation system

Resources

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors