Spaces:
Sleeping
Sleeping
File size: 522 Bytes
b005330 ade2041 b005330 7b4724e ade2041 b005330 ade2041 7b4724e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ---
title: FakeSpotter — Image Deepfake Detector
emoji: 🔍
colorFrom: blue
colorTo: pink
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
---
## FakeSpotter — Image Deepfake Detector
**What it does**
- Detect faces (MTCNN). If faces are found, classify **each face**; otherwise classify the **whole image**.
- Uses a vision classifier fine-tuned for deepfake detection from Hugging Face.
- **No EXIF heuristics** — purely image-based.
**Notes**
- This is a **classroom demo**, not a forensic tool. |