Skip to content

Pre-trained deepfake detection model based on MesoNet. Trained on UADFV dataset. Predicts Real or Fake from 256x256 face frames.

Notifications You must be signed in to change notification settings

muffin-123/DeepFake-Detection-mesonet_model.h5-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧠 MesoNet Trained Model (Deepfake Detection)

This repository contains the trained weights of a MesoNet-based deepfake detection model, saved in .h5 format. The model was trained on the UADFV_dataset containing both real and fake face videos.


πŸ“ Files in this Repository

File Description
mesonet_model.h5 Trained MesoNet model in Keras HDF5 format

🧠 Model Overview: MesoNet

  • Lightweight CNN for detecting facial forgery in images
  • Designed to detect subtle inconsistencies at the mesoscopic level
  • Works on 256Γ—256 facial frames
  • Outputs a probability score for classification: Real or Fake

Based on the paper: MesoNet: a Compact Facial Video Forgery Detection Network


πŸ“Š Dataset Used

  • Dataset Name: UADFV_dataset
  • Source: Kaggle – UADFV_dataset
  • Includes real and deepfake videos
  • Frames extracted and resized to 256Γ—256 for training

πŸš€ How to Use

  1. Clone this repo or download the .h5 file directly:
git clone https://github.com/muffin-123/mesonet-trained-model.git
cd mesonet-trained-model

About

Pre-trained deepfake detection model based on MesoNet. Trained on UADFV dataset. Predicts Real or Fake from 256x256 face frames.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published