The jupyter notebook contains code for all manuscript figures.
The web app runs using streamlit from a single python file. It is deployed through streamlit and hosted on Github.
For your convenience, there is a hosted mobile-friendly version of the web app available at the following mirrors:
- rfdsimulator.stuartclayton.me (preferred, fastest)
- rfdsimulator.streamlit.app (may need to spin up)
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