An open API service indexing awesome lists of open source software.

https://github.com/kanchanraiii/ml-fakeimage_detection

1. ELA method 2.Noise Analysis 3.MesoNet
https://github.com/kanchanraiii/ml-fakeimage_detection

ai deepfakes fakeimagedetector mesonet ml

Last synced: 7 months ago
JSON representation

1. ELA method 2.Noise Analysis 3.MesoNet

Awesome Lists containing this project

README

          

# Image Authentication Techniques

## 1. Error Level Analysis (ELA)
The Error Level Analysis method employs the PIL (Python Imaging Library) to examine images for discrepancies in error levels, aiding in the identification of potential image manipulations.

## 2. Noise Analysis
The Noise Analysis technique involves introducing noise, or discrepancies, into an image to reveal areas that may have been tampered with, thus assisting in the detection of potential alterations.

## 3. MesoNet CNN Based
MesoNet is a Convolutional Neural Network (CNN)-based method comprising four Convolutional Blocks. It is designed to detect deepfakes and other image manipulations by analyzing the structural characteristics of the image.

These techniques provide valuable tools for assessing the authenticity of images and identifying potential instances of image manipulation.