DeepVerify Xception Model

DeepVerify is a deepfake face detection model developed using Xception Transfer Learning and TensorFlow/Keras.

The model is trained to classify facial images into:

  • Real Face
  • Fake Face

It is designed for AI-powered media verification, deepfake detection, and facial authenticity analysis.

Model Details

  • Architecture: Xception
  • Framework: TensorFlow / Keras
  • Input Size: 299 × 299 RGB
  • Task: Deepfake Face Detection

Output Classes

Class Label
0 Fake Face
1 Real Face

Performance

  • Test Accuracy: 91.37%
  • Binary Classification

Usage

from tensorflow.keras.models import load_model

model = load_model("best_xception.keras")

Author

Naveen

Artificial Intelligence & Data Science
Velammal Institute of Technology

Project: DeepVerify AI

Downloads last month
77
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support