Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 475 Bytes

readme.md

File metadata and controls

23 lines (19 loc) · 475 Bytes

Image Forgery Detector

The program implement image forgery detector using block artifact grid(BAG) algorithm.

Get Started

Running the program

  1. Install pipenv
  2. Install packages using pipenv
    pipenv install
  3. Activate pipenv shell
    pipenv shell
  4. Run the program
    python3 main.py

Reference:

Research Paper