Follow these steps to set up and run the Streamlit app:
# Create a virtual environment
python3 -m venv .venv
# Activate the virtual environment (macOS/Linux)
source .venv/bin/activate
# On Windows, use:
# .venv\Scripts\activatepip install -r requirements.txtstreamlit run app.py- Ensure you have Python 3.12.12 installed.
- The app will open in your default web browser. If not, check the terminal for the URL to access the app.