Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 832 Bytes

File metadata and controls

22 lines (17 loc) · 832 Bytes

RFD simulator

The jupyter notebook contains code for all manuscript figures.

Web app

The web app runs using streamlit from a single python file. It is deployed through streamlit and hosted on Github.

Hosted version

For your convenience, there is a hosted mobile-friendly version of the web app available at the following mirrors:

Running locally

If you wish to run the app locally, simply install the necessary libraries. It is recommended to use a virtual environment such as conda or venv.

pip install -r requirements.txt

Execute the following command from a terminal to run the webapp:

streamlit run RFDsim_app.py