Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 730 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 730 Bytes

Image-Manipulation-Detection

Classifies a given image as authentic or tampered by doing two levels of analysis.
Level 1 - Metadata analysis, to find any software signatures in the metadata of the image.
Level 2 - Feature Engineering(Error Level Analysis) and CNNs for classification. Error Level Analysis(ELA) is a compression method for finding the region which is tampared. This output is given as input to the CNN for classification.
The model is trained and validated on CASIA dataset. It has JPEG images of copy-move and spliced tampared images.

How To Run

Flags

-p or --path: Image pathname (required)

$ python main.py -p pathname