Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API for Google Goggles or Visual Search? [closed]

Are there any APIs similar to Google Goggles that accepts a picture as input and outputs text descriptions?

In other words, we're looking for a visual search API. if we submit photos, we want the service to say what the item is and provide a brief description ... similar to Google Goggles.

Does this exist?

like image 675
Crashalot Avatar asked Jun 24 '10 00:06

Crashalot


People also ask

Can we use Google Lens API?

By using the API, you can effortlessly add impressive features such as face detection, emotion detection, and optical character recognition to your Android apps.


1 Answers

kooaba http://www.kooaba.com is actually one of the longest running image recognition platforms (started even before Goggles came out).

[EDIT: the URL is https://developer.vuforia.com (Qualcomm bought Kooaba in the year 2014)]

So this is another service you might give a shot.

Compared to recognize.im kooaba already databases you can use in addition to uploading your own.

Compared to iqengines, kooaba gives you nicely structured meta-data as a response, whereas for most things iqengines just gives a "tag".

like image 171
TMDQ Avatar answered Sep 21 '22 12:09

TMDQ