Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 258 Bytes

Duplicate-Image-Remover

Uses dhash, SSIM and MSE to get rid of duplicates and near duplicates

Format:

$ python remove_duplicates.py

or

$ python remove_duplicates.py <path-to-folder>

If you don't specify a folder, a tkinter gui pops up to choose one.