Skip to content

upasana-mittal/Image-Manipulation-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages