https://github.com/pratikpc/similarimagefinder
Finds Similar Images using Python
https://github.com/pratikpc/similarimagefinder
Last synced: over 1 year ago
JSON representation
Finds Similar Images using Python
- Host: GitHub
- URL: https://github.com/pratikpc/similarimagefinder
- Owner: pratikpc
- Created: 2019-07-22T15:11:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T16:43:05.000Z (about 7 years ago)
- Last Synced: 2025-02-12T00:38:41.243Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Similar Image Finder
Uses the [DHash](https://hackerfactor.com/blog/index.php?/archives/529-Kind-of-Like-That.html "DHash") Algorithm to find Similar Images in a given directory and list them
#### Future Additions:-
1. Command Line Support for Setting Parameters
2. Support for Adding a Display of Duplicates and asking user
to choose which one(s) to retain
3. Modifying the Unique Images finding algorithm present in
main.py to make it more efficient
#### Dependencies:-
1. OpenCV
2. Python 3
Thanks to @jsoebr1 and his incredible website PyImageSearch for the [wonderful article](https://www.pyimagesearch.com/2017/11/27/image-hashing-opencv-python/ "wonderful article") which provided substantial insight to solving the problem