CoolFace
Datasetpublic

Sowaiba01/Deepfake

DeepGuard Deepfake Dataset A paired deepfake dataset for training and benchmarking deepfake detection models. Generated as part of the DeepGuard AI Project (2026). πŸ“₯ 2,301+ all-time downloads Dataset Statistics Fake images: 5426 (face-swapped using InsightFace inswapper_128) Real images: 5426 (original paired faces) Total: 10852 images Format: JPEG, high quality (95%) Generation method: InsightFace inswapper_128 (ONNX runtime) Why This Dataset is… See the full description on the dataset page: https://huggingface.co/datasets/Sowaiba01/Deepfake.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
2likes1.5kdownloads
Dataset Card

DeepGuard Deepfake Dataset

A paired deepfake dataset for training and benchmarking deepfake detection models. Generated as part of the DeepGuard AI Project (2026).

Total Downloads

πŸ“₯ 2,301+ all-time downloads

Dataset Statistics

  • β€”Fake images: 5426 (face-swapped using InsightFace inswapper_128)
  • β€”Real images: 5426 (original paired faces)
  • β€”Total: 10852 images
  • β€”Format: JPEG, high quality (95%)
  • β€”Generation method: InsightFace inswapper_128 (ONNX runtime)

Why This Dataset is Unique

  • β€”Paired structure: Every fake has a matching real image of the same target person
  • β€”Modern method: inswapper_128 powers most 2024-2026 real-world deepfake apps
  • β€”Traceable metadata: Source identity, target face, and method per image
  • β€”Open access: No sign-up required, instant load_dataset() access

Quick Start

python
from datasets import load_dataset
ds = load_dataset('Sowaiba01/Deepfake')

Detection Model

Trained EfficientNet-B4 detection model also available:

python
from huggingface_hub import hf_hub_download
model_path = hf_hub_download('Sowaiba01/deepguard-ai', 'efficientnet_b4_deepguard.pth')

Validation accuracy: 91.54% on 140K Real & Fake Faces dataset.

Citation

@dataset{deepguard2026,
  author = {Arshad, Sowaiba},
  title  = {DeepGuard Deepfake Dataset},
  year   = {2026},
  url    = {https://huggingface.co/datasets/Sowaiba01/Deepfake}
}