Skip to content

jayendra08/DeepFakeImageDetectionTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 

Repository files navigation

Deepfake Image Detection Tool

๐Ÿ“Œ Overview

Deepfake Image Detection Tool is a machine learning application that detects whether an image is real or AI-generated/manipulated. The system analyzes image features using a trained deep learning model and provides a prediction along with a confidence score.

๐Ÿš€ Features

  • Detects real and deepfake images
  • Provides prediction confidence score
  • Fast and efficient image analysis
  • User-friendly interface
  • Supports JPG, JPEG, and PNG formats

๐Ÿ› ๏ธ Tech Stack

  • Python
  • TensorFlow / PyTorch
  • OpenCV
  • NumPy
  • Flask / FastAPI
  • HTML, CSS, JavaScript

๐Ÿ“‚ Project Structure

deepfake-image-detector/ โ”œโ”€โ”€ model/ โ”œโ”€โ”€ dataset/ โ”œโ”€โ”€ static/ โ”œโ”€โ”€ templates/ โ”œโ”€โ”€ app.py โ”œโ”€โ”€ train.py โ”œโ”€โ”€ requirements.txt โ””โ”€โ”€ README.md

โš™๏ธ Installation

  1. Clone the repository:

git clone https://github.com/your-username/deepfake-image-detector.git

  1. Navigate to the project directory:

cd deepfake-image-detector

  1. Install dependencies:

pip install -r requirements.txt

โ–ถ๏ธ Running the Application

python app.py

Open your browser and visit:

http://localhost:5000

๐Ÿ“ธ How It Works

  1. Upload an image.
  2. The image is preprocessed and analyzed.
  3. The trained model extracts relevant features.
  4. The system predicts whether the image is real or deepfake.
  5. A confidence score is displayed.

๐Ÿ“Š Example Output

Prediction: Deepfake Confidence: 94.7%

๐Ÿ”ฎ Future Enhancements

  • Deepfake video detection
  • Real-time webcam analysis
  • Improved model accuracy
  • Explainable AI visualizations
  • Cloud deployment support

๐Ÿค Contributing

Contributions are welcome. Feel free to fork the repository and submit a pull request.

๐Ÿ“œ License

This project is licensed under the MIT License.

๐Ÿ‘จโ€๐Ÿ’ป Author

Developed as a machine learning project to explore deepfake detection using computer vision and deep learning techniques.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors