Skip to content

GOKULRAM-K/DeepShield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepfake Video Detection with Vision Transformer (ViT)

This project detects deepfake videos using a Vision Transformer (ViT) model, classifying frames as real or manipulated with high accuracy.

Table of Contents

  • Dataset Preparation
  • Model Architecture
  • Training Process
  • Validation and Metrics
  • Video Prediction
  • Installation and Setup
  • Results
  • Website Usage

Dataset Preparation

Video Directories:

  • Real Videos: /DFD_original_sequences
  • Manipulated Videos: /DFD_manipulated_sequences

Frame Extraction:

Extract frames at 1 frame per second for model input.

Model Architecture

Model Architecture Diagram

  • Base Model: ViT (vit_base_patch16_224)
  • Input Size: 224x224 pixels
  • Classes: 2 (Real, Manipulated)
  • Pretrained Weights: Yes (ImageNet)

Website Usage

Website Landing Page

Upload Interface

Processing Results

Contributors

Yadeesh T

Email: yadeesh005@gmail.com

LinkedIn: Profile

Gokul Ram K

Email: gokul.ram.kannan210905@gmail.com

LinkedIn: Profile

Rohit N

Email: rohit84.official@gmail.com

LinkedIn: Profile

Rahul B

Email: rahulbalachandar24@gmail.com

LinkedIn: Profile

About

This project detects deepfake videos using a Vision Transformer (ViT) model, classifying frames as real or manipulated with high accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors