What is the difference between Google Cloud Vision API and Mobile Vision?

Viewed 4050

I have been playing with cloud vision API. I did some label and facial detection. During this Google I/O, there is a session where they talked about mobile vision. I understand both the APIs are related to machine learning in Google Cloud.

Can anyone explain (use-cases) when to use one over another?

what sort of applications that we can build by using both ?

2 Answers

Google is planning to "wind down" Mobile Vision as I understood.

The Mobile Vision API is now a part of ML Kit. We strongly encourage you to try it out, as it comes with new capabilities like on-device image labeling! Also, note that we ultimately plan to wind down the Mobile Vision API, with all new on-device ML capabilities released via ML Kit. Feel free to reach out to Firebase support for help.

https://developers.google.com/vision/introduction?hl=en

Related