DevQueen/deepfake-server
0
Deepfake Detector API
FastAPI inference service for the Enhanced Deepfake Detector (LRCN + ViT, blink-aware temporal modeling).
GitHub project docs: see .github/README.md
Endpoints
Example
curl https://devqueen-deepfake-server.hf.space/health
curl -X POST https://devqueen-deepfake-server.hf.space/predict -F "file=@video.mp4"Runtime variables
Deploy notes
- Synced from GitHub via
.github/workflows/sync-to-hf-space.yml - Full setup guide: huggingface/README.md
