Answer the question
In order to leave comments, you need to log in
How to use python and google pictures?
The task is this: I point out to the python a picture that it uploads to google images, receives an answer and looks for it on another site and opens the search result.
Here is an example: I specify a picture of borscht, upload it to google images, it tells me that this is borscht. Then, I paste the received answer "Borscht" into some recipe site and open this page.
The language is python.
Please point out the library and functions needed to accomplish such a task, thanks in advance.
Answer the question
In order to leave comments, you need to log in
https://cloud.google.com/vision/docs/reference/rest/
Here is a description of the corresponding Google REST API, the required libraries are requests + json.
It seems that the task is somehow not fully indicated.
Offhand:
import os
import requests
import beatufilsoup
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question