😎 Finding duplicate images made easy!
-
Updated
Dec 19, 2024 - Python
😎 Finding duplicate images made easy!
Fast Near-Duplicate Image Search and Delete using pHash, t-SNE and KDTree.
Tool to detect (and get rid of) similar images using perceptual hashing (pHash lib)
A Python tool to identify and remove similar-looking images from a dataset. Utilizes image preprocessing and hashing techniques for efficient comparison.
a Python command-line tool that identifies and groups similar images using average hashing. It supports single-level and recursive directory scanning, adjustable similarity threshold, and presents results in JSON format. Ideal for image deduplication, organization, and content-based retrieval tasks.
The extended version of simhash supports fingerprint extraction of documents and images.
This Python script helps in identifying and moving duplicate images within a specified directory to a designated duplicates folder.
A python program to detect duplicate images in a specified folder.
Add a description, image, and links to the image-deduplication topic page so that developers can more easily learn about it.
To associate your repository with the image-deduplication topic, visit your repo's landing page and select "manage topics."