I would like to add a function to my App similar to the "Best guess" section like the pic below, what is the best way to implement such feature? Any advice will be appreciated.
Further more, since Google image search API has been deprecated, and the new custom search API doesn't seem to provide reverse image search, is there any other service that provides similar reverse image searching function?
My guess is:
- do a reverse image search with a search engine
- get the returned file names of the images
- analyse the returned file names, and get the most common one
- the most common file name should be the "best guess" for this image