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.

UPDATE: Since June, 2020, Google offers ML Kit's on-device APIs through a new standalone SDK. Cloud APIs, AutoML Vision Edge, and custom model deployment will continue to be available via Firebase Machine Learning. Learn more

Resources

643 questions
-1
votes
1 answer

The QR scanner app is having some weird problem,

using MLKIT I tried to make a scanner app but it crashes for some reason, I don't understand the log plz help!! I am linking the main activity and error log. The app is not even starting, I think something is wrong with the layout . will link…
-1
votes
1 answer

Messages printed in Log-cat while using Smart Reply

In the Fire base ML Kit, the message list given for suggesting reply is being printed in the logcat Just call FirebaseNaturalLanguage.getInstance().getSmartReply().suggestReplies(List samplelist) , the messages sent in the samplelist being printed…
-1
votes
1 answer

Get exist words from text with regex

I am using firebase ml kit for words recognition in images. Actually it works pretty good. But sometimes it`s returns some kind of gibrish. So my question is any library exist for recognition exist words from text? (String) Or maybe I can use some…
KeitL
  • 188
  • 2
  • 13
-1
votes
1 answer

Best way to wait for two async firebase ml vision method results to use them in a third method

When using firebase ml vision to recognize qr codes and/or text from an image. What is the best way to wait for the async text and barcode detector methods to resolve so I can utilize their results in a third method. I am aware than I can call an…
-1
votes
2 answers

How to fix 'FATAL EXCEPTION' when passing byte array between Activities using Intent?

I am getting the following error when passing a byte array from one activity to another through an intent. I'm not sure whether its because the array is too large, or if its something else. Here is the error: E/AndroidRuntime: FATAL EXCEPTION:…
Roshan
  • 55
  • 1
  • 6
-1
votes
1 answer

Nativescript core OCR plugin

I'm trying to develop an ocr app with the Nativescript plugin: https://market.nativescript.org/plugins/nativescript-ocr https://github.com/EddyVerbruggen/nativescript-ocr and it seems that the example doesn't works or I'm doing something wrong. I…
CVO
  • 702
  • 1
  • 13
  • 31
-1
votes
2 answers

android app crashes when adding firebase ML vision dependencies with firebase database dependencies

I have a project which uses firebase database,auth and other dependencies but whenever i try to add firebase ml vision or google play service vision dependencie the app crashes although gradle build was successful. edit : thats what logcat look…
-1
votes
1 answer

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

Getting FirebaseMLException in onFailure: Internal error has occurred when executing Firebase ML tasks. FirebaseVisionBarcodeDetectorOptions options = new FirebaseVisionBarcodeDetectorOptions.Builder() …
harsh bangari
  • 417
  • 6
  • 19
-2
votes
1 answer

Can we store google MLKit translation model in Bundle?

I used google MLKit translation model in my app for translation and it is work as except after downloading required language package from the app. As user point of view I want to reduce there time for downloading and make them quick available with…
Ashish
  • 2,977
  • 1
  • 14
  • 32
-2
votes
1 answer

How to combine all Firebase ML kit APIs in one app?

I want that if one image is selected it detects Label, text and faces in single image at one time only.
Kanishq Gupta
  • 151
  • 1
  • 4
  • 12
-2
votes
4 answers

How to pass array or arraylist by intent which has unserializable data?

What I want to do is passing DataModel array between Activity by Intent. DataModel class has Bitmap object and FirebaseVisionLabel object. I found many sites to implement this. Many people said that DataModel class should implements Serializable or…
baeharam
  • 543
  • 1
  • 8
  • 20
-6
votes
1 answer

Use ML kit to scan pictures

Can I use Firebase ML Kit (Face Recognition) to scan pictures for faces and determine if faces are found, log a user into an account? What I mean is verify that a face is found on the picture and sign a user up. Anyone?
1 2 3
42
43