πŸ”₯ Deepfake Image Detection Model (Ensemble)

πŸ“Œ Overview

This model detects whether an image is REAL or FAKE (AI-generated).

It uses an ensemble of 3 Vision Transformer (ViT/CLIP-based) models:

  • m1.safetensors
  • m2.safetensors
  • m3.safetensors

🧠 Model Details

Model Type
m1 ViT / CLIP
m2 ViT
m3 Fine-tuned CLIP

🎯 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

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using Simma7/image_model 1