Reputation: 37
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!
Upvotes: 0
Views: 447
Reputation: 1
Depending on your use case, here are some alternatives to Google Vision API.
If you're looking for positional data on detected faces, try Lambda or Animetrics.
Upvotes: 0