--> 📄 View the full system implementation paper <--
--> 📄 View the presentation slides <--
Create and activate a virtual environment:
python -m venv venvOn Windows (PowerShell):
.\venv\Scripts\Activate.ps1Install requirements:
pip install -r requirements.txt
Run the app:
streamlit run main.py