SPOC_AI_HW / README.md
ooki0626's picture
Update README.md
7b4724e verified

A newer version of the Gradio SDK is available: 5.49.1

Upgrade
metadata
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.