PurpleForest Backend To run: Make a virtual environment: python3 -m venv .venv Activate the virtual environment: . .venv/bin/activate Install dependencies: pip install -r requirements.txt Run the backend: python3 main.py