0

I am currently developing Face Detection Application in an Android marshmallow AOSP without Gapps. But I can't use Google Vision api without Google Play service. So, is there any way to use Google Vision api without Google Play Services? Or, I'll thank you if you let me know another good api!

Namkun
  • 27
  • 1
  • 6

3 Answers3

0

You can't use it without Gooogle Services.

Maybe this can help you.

MihaiBC
  • 472
  • 5
  • 15
0

Depending on your use case, here are some alternatives to Google Vision API.

  1. Microsoft Computer Vision probably comes the closest in terms of endpoints functionality.

If you're looking for positional data on detected faces, try Lambda or Animetrics.

0

Android Face Detection Example

Pradeep Sodhi
  • 2,135
  • 1
  • 19
  • 19