开发者

Image Recognition ApI in android

开发者 https://www.devze.com 2023-04-03 05:37 出处:网络
I am developing an app that help user to 开发者_StackOverflow社区recognize image.Is there any api in android so that ican use it for image recognition.Image recognition means user take picture of any

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 Recognition ApI in android

Image Response

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

精彩评论

暂无评论...
验证码 换一张
取 消