Skip to content

In this repo, I will be trying to differentiate images on the basis of its originality - whether its real or ai generated.

License

Notifications You must be signed in to change notification settings

0xD4rky/reality-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepFake Detection

Project Overview

This project implements multiple deep learning architectures so as to detect fake images or ai generated images. The application is built with PyTorch and Streamlit, providing an interactive web interface for users to upload and analyze images.

REFERENCES:

  1. siamese net
  2. xceptionet fine-tuning
  3. guides

Features

  • Utilizes a fine-tuned models for deepfake detection
  • Interactive web interface for easy image upload and analysis
  • Real-time prediction with probability scores for real and fake classifications
  • Model architecture summary display
  • Dataset: data

Project Structure

Screenshot (591)

Installation

  1. Clone the repository:

    git clone https://github.com/0xD4rky/reality-
    
  2. Install the required packages:

    pip install -r requirements.txt
    
  3. Run the Streamlit app:

    cd app
    
    streamlit run app.py
    

WEBSITE OVERVIEW:

website overview

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

About

In this repo, I will be trying to differentiate images on the basis of its originality - whether its real or ai generated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published