An open API service indexing awesome lists of open source software.

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

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