Image Recognition ApI in android
I am developing an app that help user to 开发者_StackOverflow社区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
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.
You can also check out Camfind
Here's an example image that was uploaded, and the API's response below it -
Image Request
Image Response
{
"name": "crystal geyser bottle",
"status": "completed"
}
精彩评论