imgdedup
Simple Python script to detect exact and near duplicates in an image collection, using the imagededup library. It is basically just a wrapper around such library.
Inspired by PR idealo/imagededup#47 on 2025-05-16.
Usage
Important: this has been tested with Python 3.12.4 on Windows 10.
Set up a Python venv (virtual environment) and install some packages inside it:
Then you can use the script like this:
Bash | |
---|---|