#114 · Primary category: Computer Vision

imagededup

computer-vision e-commerce hashing idealo image-deduplication image-preprocessing neural-network python pytorch

😎 Finding duplicate images made easy!

Project last updated:08/15/25

GitHub Stars

5.7K

Forks

477

Contributors

19

License

Apache-2.0

Why we included this project

Duplicate images quietly eat storage and muddy datasets, and imagededup is built around that problem. The package includes perceptual, difference, wavelet, and average hashing for fast exact-duplicate detection, plus a CNN-based method that catches near duplicates, including images that have been resized or otherwise edited. The two tiers work well together: run the cheap hashing across a huge collection first, then bring in the neural approach where edits defeat the hash. It also comes with an evaluation framework that compares results against a ground-truth mapping, so you can verify a dedup pass actually works before wiring it into a pipeline. A few lines of Python generate encodings, find duplicates, and plot matches for visual inspection.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category