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!
You can't use it without Gooogle Services.
Maybe this can help you.
Depending on your use case, here are some alternatives to Google Vision API.
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.
Android Face Detection Example
Related
My use-case is to detect faces (from continuous stream of input to google glass) I tried using ML Kit but it seems it requires play store which GGE 2 doesn't have
Referring to this Face Detection using Google Glass Enterprise Edition 2
Has anyone find a solution for it?
There are other options that do not require Play Services such as opencv but I wouldn't suggest doing any heavy work on a wearable device like Glass, I think your best option would be to use a remote service, for example Azure
Have you tried ML Kit bundled Face Detection library? i.e. com.google.mlkit:face-detection:16.1.5
The bundled version should not require Google Play services. Only unbundled version requires.
I am working on developing an offline google assistant alternative using DeepSpeech voice recognition model. Am using Voice-Interaction Service and sessions for same. however, I also want that "hey-Google" like feature. I have been seeing many guides and they point to AlwaysOnHotwordDetector. However in the latest android api that is deprecated.... what to do?
I recently heard about google nearby API, which supports both IOS and Android. I want to create a chat app. I want to know weather can I use this nearby api to create an app which chat between an android and IOS device (platform independent). Does this google nearby thing have this feature in it! Is that possible by any way?
Thanks in advance!
Using Nearby on both Android and iOS and yes, it works fine. We're having trouble getting the iOS app through Apple's review process - they don't like the use of the mic even though we don't use it explicitly, although the library does.
Yes, it is possible, you can see some sample codes here
I'm currently building an online tutoring app to help solve my country's crisis in education.
To do this, I need to integrate a video calling service. I'd prefer to use Hangouts over other services since it is based on webRTC and its free. However after much searching, I haven't found anything that explicitly states whether or not its possible to integrate it natively or through a webview. Do you have any ideas on how to go about doing this or if its even possible?
Thank you so much! :)
Unfortunately there is no way to integrate this functionality yet, the hangout API is web based and since hangout requires the camera there is no way to enable this from a webview.
See these answers:
start google hangouts in android
Google hangout API for Android
How to embed Hangout chat in my Android App
I am thinking about adding SAPI to cocos2dx, but am unsure if it will run on android.
Should I go with it or use google speech api?
You should use google speech api, since you want to use for android. Google speech api has really nice results.