Skip to content

Find all the duplicate images in a folder by pixel-wise comparison and deletes them. Repeats it for all sub-directories as well.

Notifications You must be signed in to change notification settings

fynks/duplicate-photos-finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Duplicate-Photos-Finder

Find all the duplicate images in a folder by pixel-wise comparison and deletes them. Repeats it for all sub-directories as well.

v2 uses 2x2 average pooling to reduce the image size. Provides faster execution and lowers memory consumption.


This code requires Python3. Run the following command to install all the dependencies:

pip install -r requirements.txt

Use the following command to run the code:

python duplicate.py --inspection_folder "D:\Pictures\"

About

Find all the duplicate images in a folder by pixel-wise comparison and deletes them. Repeats it for all sub-directories as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%