Interactive code for image similarity using SIFT algorithm
-
Updated
May 20, 2023 - Python
Interactive code for image similarity using SIFT algorithm
CLI utility to find near duplicate images and remove all but the best copy.
🏞🌉 Find and Delete Duplicate Images / Photos
Python code to find duplicate images (photos) and videos in folders recursively and delete them (Optional).
Uses SSIM and MSE to get rid of duplicates and near duplicates
Detect and preview visually similar or duplicate images using CNN or pHash. Generates an interactive HTML gallery and optionally moves duplicates to a subfolder.
Detects to see if duplicate images exist in 1 or 2 folders
Searches for duplicates in two separate folders allowing removing duplicated files from one and keeping another intact.
Duplicate Image Finder is a nifty Python tool designed to tackle the common problem of duplicate images. It scans your chosen directory, identifies any repeated '.jpg' or '.png' files, and conveniently moves them into a separate folder. It's a simple, yet effective, solution for decluttering your digital photo collections.
This tool helps you automatically segregate and delete duplicate and distorted images using opencv libraries. Tested with various images and different thresholds to obtain the required results.
A script to find and delete duplicate images using pHash.
Collection of tools that work on images
Delete duplicate images
A Python package to monitor your downloads folder and remove duplicate files.
Removes the duplicate files.
Perceptual image hashing
Software that removes duplicated images from folder2 in respect to folder1
CLIP-based Image Clustering and Remove Similar Images | 비슷한 이미지 클러스터링
Add a description, image, and links to the duplicate-images topic page so that developers can more easily learn about it.
To associate your repository with the duplicate-images topic, visit your repo's landing page and select "manage topics."