https://github.com/gvozdevleonid/dropdup
Code for an application that allow to find copies of images.
https://github.com/gvozdevleonid/dropdup
Last synced: 8 months ago
JSON representation
Code for an application that allow to find copies of images.
- Host: GitHub
- URL: https://github.com/gvozdevleonid/dropdup
- Owner: GvozdevLeonid
- Created: 2024-03-11T15:38:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T15:32:25.000Z (over 2 years ago)
- Last Synced: 2025-02-06T21:31:12.636Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DropDup

Code for an application that allow to find copies of images.
The image comparison is hash based. Some algorithms are taken from https://github.com/bjlittle/imagehash.
The application has the ability to select different algorithms (phash, rhash, ahash, dhash), threshold, hash size, and each of these algorithms can be run through a cropping-resistant image encryption algorithm.
The code is provided as is and without any obligation. You can do whatever you want with this code.