Skip to content

Deepfake Detection using Deep Learning: This project uses a CNN model in TensorFlow to detect deepfake videos. Trained on the '1000 Videos Split' dataset, it aims for high detection accuracy, identifying authentic versus fake videos with a targeted 90% precision. Includes preprocessing, model training, and evaluation.

Notifications You must be signed in to change notification settings

Ved609/Deepfake-Image-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Deepfake Detection using Deep Learning

This project leverages deep learning to detect deepfake videos by training a Convolutional Neural Network (CNN) model. Using TensorFlow and the '1000 Videos Split' dataset from Kaggle, the model aims to distinguish real videos from deepfakes with high accuracy.

Project Overview

With the rise of deepfake technology, distinguishing real from fake media has become crucial. This project uses a CNN-based approach to identify manipulated videos, providing a foundation for detecting deepfakes effectively.

Dataset

  • Name: 1000 Videos Split
  • Source: Kaggle
  • Description: The dataset contains both real and manipulated videos, which are split into training, validation, and test sets.

Project Structure

  • data/: Directory for dataset files.
  • models/: Saved models and checkpoints.
  • notebooks/: Jupyter notebooks with exploratory data analysis and model development.
  • scripts/: Scripts for data preprocessing, training, and evaluation.
  • README.md: Project documentation.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/deepfake-detection

About

Deepfake Detection using Deep Learning: This project uses a CNN model in TensorFlow to detect deepfake videos. Trained on the '1000 Videos Split' dataset, it aims for high detection accuracy, identifying authentic versus fake videos with a targeted 90% precision. Includes preprocessing, model training, and evaluation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages