imagededup
imagededup copied to clipboard
Adding a simple CLI to use it directly from the terminal
It would be nice to use imagededup directly in the terminal like,
imagededup find-duplicates --image_dir path/to/image/directory --method PHash
The output would be the duplicates itself or you can also redirect to a file via an option like --outfile.