Vijay
Vijay

Reputation: 2005

Image Recognition ApI in android

I am developing an app that help user to recognize image.Is there any api in android so that i can use it for image recognition.Image recognition means user take picture of any thing and application tell which image user taken .please help me.

Thanks in advance

Upvotes: 2

Views: 2550

Answers (2)

Chris Ismael
Chris Ismael

Reputation: 610

You can also check out Camfind

Here's an example image that was uploaded, and the API's response below it -

Image Request

alt text

Image Response

{
   "name": "crystal geyser bottle",
   "status": "completed"
}

Upvotes: 0

catwell
catwell

Reputation: 7020

The company I work for, Moodstocks, provides such an API. It is SaaS with a HTTP API, and we offer SDKs for Android and IOS that makes integrating it in an application easy.

Feel free to ask more information if needed.

Upvotes: 3

Related Questions