You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is absolutely orignal code in https://image-match.readthedocs.io/en/latest/searches.html,
and
==> Successfully stopped elasticsearch (label: homebrew.mxcl.elasticsearch)
==> Successfully started elasticsearch (label: homebrew.mxcl.elasticsearch)
in brew
so what happened?
The text was updated successfully, but these errors were encountered:
the demo.py as follows:
from elasticsearch import Elasticsearch
from image_match.elasticsearch_driver import SignatureES
es = Elasticsearch()
ses = SignatureES(es)
ses.add_image('https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg/687pxMona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg')
it is absolutely orignal code in https://image-match.readthedocs.io/en/latest/searches.html,
and
==> Successfully stopped
elasticsearch
(label: homebrew.mxcl.elasticsearch)==> Successfully started
elasticsearch
(label: homebrew.mxcl.elasticsearch)in brew
so what happened?
The text was updated successfully, but these errors were encountered: