🚀 Installation & Run Create and activate a virtual environment (Windows users: use venv\Scripts\activate) python -m venv venv source venv/bin/activate Install dependencies pip install -r requirements.txt Run the FastAPI server uvicorn main:app --reload