Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [firebase-mlkit]

[DEPRECATED, use `firebase-machine-learning` or `google-mlkit` instead] ML Kit for Firebase is Google's machine learning toolkit for Android and iOS that provides on-device, cloud, and custom model serving capabilities using TensorFlow Lite.

firebase-mlkit
0 votes
0 answers
31 views

Proguard crashes Firebase ML Kit SDK

I am facing crash using a third party library. The library uses Firebase ML Kit internally . I keep below classes in dexguard but still facing crash. -keep public class com.google.android.gms.**{*;} -...
Zar E Ahmer's user avatar
  • 34.3k
0 votes
0 answers
72 views

MLKit Document Scanner Error when scanning

When I run the MLKit DOcument scanner on my Android device, I got an error after configuring the pages limit and press the scan buton. The error is failed to scan: feature not available in the current ...
Hasini Athukorale's user avatar
0 votes
1 answer
112 views

Eye detection using GoogleMlKit (firebase) in flutter

Below code, i am using for detecting face and eye in flutter, i am detecting face successfully using firebase google ml kit but problem is that while detecting eyes (leftEyeOpenProbability and ...
Sohail Anwar's user avatar
0 votes
0 answers
30 views

Flutter ml face kit How can you tell if your face is blocked by something?

I need to determine that the face is clearly visible and uncovered. For example, if the mouth is covered by a hand. How can this be determined using ml face kit ? I tried to do it through Landmark, ...
WannaBe2D's user avatar
0 votes
1 answer
137 views

Is the Google ML kit migrated from Firebase now free?

I am using Text Recognition v2 from ML Kit. If I use the bundled library of Text Recognition v2, are there any usage restrictions? I can't find information about pricing anywhere on the ML Kit page, ...
Jungbeom's user avatar
0 votes
0 answers
21 views

ML Kit (Entity Extraction) cannot recognize date format (dd/mm) or hour format (18h something)

Based on the code of https://github.com/googlesamples/mlkit/tree/master/android/entityextraction, the ML kit, function Entity Extraction, cannot recognize dates in text written like "18/Mar" ...
Albert Sampaio's user avatar
2 votes
0 answers
938 views

Why does my package not "seem to be linked"?

I installed React Native using Expo Go: npx create-expo-app [APP NAME] After this, I installed the Firebase ML Kit package: npm install @react-native-ml-kit/text-recognition --save Using version 0....
Maarten Wolfsen's user avatar
0 votes
1 answer
35 views

com.google.firebase.ml.common.FirebaseMLException: Internal error has occurred when executing Firebase ML tasks proguard

Text recognition works on the debug built but in release I get's error: com.google.firebase.ml.common.FirebaseMLException: Internal error has occurred when executing Firebase ML tasks ...
mariopce's user avatar
  • 1,126
0 votes
0 answers
94 views

What is the internal Tensorflow Lite version used by ML Kit?

When converting Tensorflow models to Tensorflow Lite (.tflite files) format, it is very strongly advised to use the exact same Tensorflow Lite version for the conversion and for the inference on the ...
andynewman's user avatar
1 vote
0 answers
215 views

How to use google ml kit face pose estimation in flutter?

Previously I used Firebase ML kit for flutter to get user head position left, right, up and down in my applicatoin. It was easy then but now I can't find the way to implement google ml kit for same ...
A. K. M. Shahab Uddin's user avatar
0 votes
0 answers
51 views

It doesn't work due to dependency issues. Please tell me how

I am someone who has just started in Android Studio. I am currently writing a face recognition program using ml-kit. I added a dependency in the app module, but it does not work. import com.google....
김영광's user avatar
0 votes
0 answers
85 views

BarcodeScanner Mlkit example - How to get the codebar image as a Bitmap

I am using the barcode detection example from the following repository: MLKit example In the CameraXLivePreviewActivity activity, the BarcodeScanner class is used to detect the barcode. How can I get ...
gamuza's user avatar
  • 1
0 votes
1 answer
91 views

FATAL EXCEPTION: FirebaseMLHandler

When i run my android app, logcat showing following this error: FATAL EXCEPTION: FirebaseMLHandler Process: fr.myluckyday.myverimed, PID: 15453 java.lang.NoSuchFieldError: No field zzbis of type I in ...
Rasaratnam Dinesh's user avatar
0 votes
0 answers
23 views

Invariant Violation: requireNativeComponent: "RCTDigitalInkView" was not found in the UIManager. react-native-digital-ink

i am having this error when using react-native-digital-ink in my react native expo project i have come already a longway in my expo project now i have to add a feature draw to text in my app and i am ...
muzammil dalia's user avatar
0 votes
0 answers
82 views

How do I download Firebase ml custom model?

I am developing an application with Flutter. I uploaded a custom model to Firebase ml. I want to download this cumstom model to local directory. How do I download it? This is my current code: class ...
김성웅's user avatar

15 30 50 per page
1
2 3 4 5
43