I'm searching a script for finding similar images to my local images. Actually, I have searched similar topic on stackoverflow but I could not find any solution or clue for my problem.
The topic which is in following url is similar to my problem but it searches with using texts. python search with image google images
I think that I must pass my local images to my http request as raw bytes but I did not find how can I do that.
Finally, I tried to upload my local images to the web and search with using urls but this time I faced the following problem:
When I searched this image with its url, google generates this url:
I expected a url like google.com/search?url={image_url} but it isn't. Hence, I cannot generate a script for searching my local images.
How can I solve my problem? Thanks for your help.