image-match icon indicating copy to clipboard operation
image-match copied to clipboard

🎇 Quickly search over billions of images

Results 65 image-match issues
Sort by recently updated
recently updated
newest added

hi, i have question. I try to search image but i got nothing in result. This is my code. `es = Elasticsearch("192.168.20.35:9200") ses = SignatureES(es) list = ses.search_image('https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg/687px-Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg') print(list)` And...

the code in function ''normalized_distance(_a, _b)'': ``` python norm_diff = np.linalg.norm(b - a) norm1 = np.linalg.norm(b) norm2 = np.linalg.norm(a) return norm_diff / (norm1 + norm2) ```

Hi, according to your install instruction from source code, I tried to install in my Manjaro system, but it seems to not be correctly installed. Any errors did not be...

I want to find an image in the elastic search index along with a filter on the metadata, how do I pass along the path of the image in this...

The current pypi package 1.1.2 uses elasticsearch 2 Updating the package with current dependencies from master would be a big help in making this easier to add to existing projects...

Hey there, Let me say up front that I'm far from the most experience coder. But I'm doing my best! Let me also say that this is more likely not...

When I try to run: `ses.add_image('https://c2.staticflickr.com/8/7158/6814444991_08d82de57e_z.jpg')` I get an error that seems like the Python files are missing? Am I correct? `>>> ses.add_image('https://c2.staticflickr.com/8/7158/6814444991_08d82de57e_z.jpg') Traceback (most recent call last): File "",...

Hello. Thanks for your great work on image-match. This branch is a suggestion to store in ES the document in a "flat" way, rather than a field per word, i.e....

Does image-match work with elasticsearch 6? It doesn't seem like there was any relevant breaking changes. If so, can we bump up the version constraint in the `setup.py`?