Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 638 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 638 Bytes

Image-Manipulation-Detection

Manipulation could be of any type, splicing, blurring etc. Image manipulation detection is one of use case of detecting truth or lie about any incident, specially when crime is on top these days. Here we will do basic image manipulation detection in Python Version3.6.

Lets first setup virtual environment of python3.6 and then start.

virtualenv -p python3.6 venv

Activate Virtual environment

source venv/bin/activate

Now we will install packages we need in virtual environment.

pip install numpy
pip install script
python -m pip install image_slicer
pip install scikit-image