Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.14.0
metadata
title: Deepfake Detection System
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 6.2.0
app_file: app.py
pinned: false
license: mit
π Deepfake Detection System
An AI-powered system to detect deepfakes in images and videos using frequency analysis, facial artifact detection, and temporal inconsistencies.
π Live Demo
Try the system here: [Your Hugging Face Space Link]
β¨ Features
- Image Analysis: Detect deepfakes in single images
- Video Analysis: Analyze videos for temporal inconsistencies
- Real-time Webcam: Test with your webcam
- Batch Processing: Upload multiple files at once
- Detailed Reports: Get comprehensive analysis results
π οΈ How It Works
- Frequency Domain Analysis: Detects unnatural patterns in frequency spectrum
- Face Artifact Detection: Identifies inconsistencies in facial features
- Temporal Analysis: Checks frame-to-frame consistency in videos
- Ensemble Learning: Combines multiple models for higher accuracy
π Technical Details
- Models Used: EfficientNet-B4, Xception
- Detection Methods: Frequency analysis, facial landmark analysis, CNN predictions
- Framework: PyTorch, Gradio
- Deployment: Hugging Face Spaces