Skip to content

taki0112/Image_similarity_with_elastic_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Image_match

Find the original image of the converted image & Similarty between many images

Requirements

library download

How to install the library

Please follow the order

use "pip install"
1. pip install elasticsearch
2. pip install scipy~.whl
3. pip install numpy+mkl~.whl
4. pip install image_match

Code (Similarity between 2 images)

from image_match.goldberg import ImageSignature

gis = ImageSignature()
a = gis.generate_signature(image_path_1)
b = gis.generate_signature(image_path_2)
print(gis.normalized_distance(a, b))

If you want to get similarity between many images, See github code

Reference

About

Find the original image of the converted image with elastic search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages