Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 334 Bytes

py-phash

This python script can be used to check the similarity of two images

Description

This script works by using the perceptual hasing technique to check for similarity of the images

Dependencies

python libs needed :

PIL

ImageHash

usage

python py-phash.py link1 link2

for help use

python py-phash.py --help