Skip to content

Vinaym416/Authenticity-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Deepfake detection model

Model is a deep learning-based classifier (specifically built using XceptionNet) that does the following: - Takes an image as input - Analyzes its content to detect signs of manipulation (deepfake)

-Outputs a prediction like: "Real" (if it's a genuine photo) "Fake" (if it's altered or AI-generated)

How to Run

  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the application:
python app.py

The application will start and you can upload images to check if they are real or AI-generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages