-
Create a Python virtual environment:
- python -m venv .venv
- source .venv/bin/activate (Linux/macOS)
- .venv\Scripts\activate (Windows)
-
Install requirements: pip install -r requirements.txt
streamlit run app.py
The Streamlit UI will open in the browser. Enter patient values and click "Get Recommendation".