Getting Started
Requirements
- Python 3.11+
- A virtual environment (
.venv)
Install
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
Run the app
streamlit run app/main.py
Run quality checks
black .
ruff check .
pytest
.venv)python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
streamlit run app/main.py
black .
ruff check .
pytest