A full-stack application for detecting deepfake videos and images.
- Python 3.10 or 3.11
- Node.js ≥ 18.19
- pip and npm
⚠️ TensorFlow does not support Python 3.13+. Use Python 3.10 for local setup.
python3.10 -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txt
cd client npm install
uvicorn app:app --host 0.0.0.0 --port 8000 --reload
cd client npm run dev
Frontend runs at: http://localhost:5173 (or on any port >5173 if it is not free).