Skip to content

ArunAniyan/siamese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Duplicate image Finder

Version : V.2.0

Find duplicate images using hash keys.

Requirements:

  • Python 3.x
  • Imagehash >= 4.0
  • Pillow >= 4.1.1
Steps before running the code
git clone https://github.com/ArunAniyan/siamese.git
Virtual Environment Setup
virtualenv myenv
. myenv/bin/activate
pip install -r requirements.txt

" Find the needle from the haystack"

Takes in a set of reference or training images from a single directory and searches same / similar images from another directory.

To run the code :

cd siamese/

python duplicate_finder.py -r <training_directory> -t <test_directory>

The results will be written to output.txt in the current directory.

Result format - <TrainImage.> , <Duplicates..,>



Author : Arun Aniyan
Last Update : 11-02-23

Releases

No releases published

Packages

No packages published

Languages