State-of-the-Art Deepfake Detection System Backend.
- Create a virtual environment:
python -m venv venv - Activate the virtual environment:
- Windows:
venv\Scripts\activate - Linux/Mac:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt
Start the server:
uvicorn main:app --reloadAccess the interactive API documentation at http://localhost:8000/docs.