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
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.
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.
Perceptual image hashing
Software that removes duplicated images from folder2 in respect to folder1
Removes the duplicate files.
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."