Set-up Virtual environment python -m venv venv source venv/bin/activate # On Windows, use: venv\Scripts\activate Install the project dependencies: pip install -r requirements.txt Run the backend uvicorn main:app