In order to run the apps in this repository, your system needs to have a recent Python interpreter. In each app folder you should create its own virtual environment, e.g. with uv:
uv initOnce initialized, you should install the necessary Python modules:
uv add -r requirements.txtactivate the virtual environment:
source .venv/bin/activateand run the app:
streamlit run main.py