Subhra065/deepfake-shield
0
DeepFake Shield
Real-time deepfake detection API using ConvNeXt-Tiny. 95.05% accuracy | AUC 0.9502 | Hardened against JPEG, noise, blur, and low-res inputs.
API Endpoints
Setup
pip install -r requirements.txt python -m uvicorn src.api.main:app --reload
Model Weights
Place deepfake_best.pth (318 MB) in models/ before starting.
