Skip to content

hakanzy/image-dedupe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

image-dedupe

Image Dedupe (compare two images for similarity)

About

  • It is a simple image duplication tool.

  • It uses average hash(ahash) method for image hashing(maybe I will add phash and dhash too).

  • It uses hamming distance for comparing image hashes.

Usage

In [1]: from image-dedupe import ImageSimilarity

In [2]: sim = ImageSimilarity()

In [3]: sim.is_similar('1.jpg', '2.jpg')

Out[3]: True

About

Image Dedupe (compare two images for similarity)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages