#114 · Primary category: Computer Vision
imagededup
😎 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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)