π₯ Deepfake Image Detection Model (Ensemble)
π Overview
This model detects whether an image is REAL or FAKE (AI-generated).
It uses an ensemble of 2 Vision Transformer (ViT & EfficientNet-B4) models:
- model.safetensors
π§ Model Details
model safetensor
π― Task
Binary Classification:
- 0 β REAL
- 1 β FAKE
π₯ Input
- Image (RGB)
- Size: 224 Γ 224
π€ Output
- Fake probability (0 to 1)
βοΈ Installation
pip install torch torchvision timm safetensors pillow
- Downloads last month
- 8