Reputation: 2005
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
Reputation: 610
You can also check out Camfind
Here's an example image that was uploaded, and the API's response below it -
{
"name": "crystal geyser bottle",
"status": "completed"
}
Upvotes: 0
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