Questions tagged [google-mlkit]

ML Kit is Google’s machine learning SDK for mobile platforms, iOS and Android, used for dynamic text recognition and translation, object detection, barcode scanning etc. When asking questions, use platform-specific tags, iOS or Android.

ML Kit is Google’s machine learning SDK for mobile platforms, iOS and Android, used for dynamic text recognition and translation, object detection, barcode scanning etc.

Tag Usage

The tag is to be used with or tags. When adding additional tags to questions, please use the iOS- or Android-specific tags.

Reference

600 questions
-1
votes
1 answer

Live OCR Flutter

I'm creating flutter app like google lens where I want to select specific word from image by touching on that word like google lens text recognization. How I can I achieve this. It will be good if it can be done with google or firebase ml kit.
-1
votes
1 answer

ML-Kit Translation Updating translation models

Do offline translation models support the update? If so, how can I check if the model has an update?
-1
votes
1 answer

How do I add Google's MLKit Vision Text Recognition to a static framework in iOS?

I have a static framework in iOS. This framework has to do some OCR on an image. Fo which I need to add Google's MLKit Vision Text Recognition (on-device) to this static framework. I can't add from cocoapods. Edit: Adding cocoapods will make the…
-1
votes
1 answer

What's the best option to QR code reading

so my question is simple, I'm trying to add the QRcode reading functionality to my app.. I don't want to open another app to scan the code(I think ZXing api does that).. I was thinking in Google MLkit but I don't know if that's free of…
-1
votes
1 answer

Get detected face Pitch angle from Google ML Kit Mobile Vision API

I'm working on an app that needs to detect the face orientation, that is roll, yaw and pitch. Since I'm using Expo (React Native) I hope I can stick with its FaceDetector implementation which used Google ML Kit's Mobile Vision API. I'm fully aware…
-1
votes
1 answer

MLkit tflite file configuration

i am developing using ML-Kit. But there is a path problem. It's the same as the example, but what's wrong with it? Like this, enter image description here
진성민
  • 13
  • 2
-1
votes
1 answer

Is it possible to return polygon bound or 3d image segmentation for a detected object with TensorFlow Lite and MLKit?

I am making a project that utilizes MLKit. The classification model will be a TensorFlow Lite model. I noticed that the detected objects always return rectangular bounding boxes. I would like them to return polygonal bounds that are shaped like the…
-1
votes
2 answers

How to post text to a text box insted of a toast?

Hey there people I'm new to Android and Kotlin can you help me with this please. recognizer.recognize(ink) .addOnSuccessListener { result: RecognitionResult -> Toast.makeText(context, "I see ${result.candidates[0].text}",…
-1
votes
1 answer

Read the text in an image in android without using third party service

hello i am developing an mobile application (android) to share medical reports. One part of the application is read the text in those reports (reports are in JPEG / image format). Since medical reports contain sensitive data i can't use a third…
udi
  • 3,672
  • 2
  • 12
  • 33
-1
votes
1 answer

try Makeup using MLKit ios swift

Any idea, how can put lipstick on lips in face detection. i have done put color but i want to show Glossy and Shiny. Any Idea about How can use texture and shades in MLKit ios app Simply I find Lips points and create CAShapelayer layer and after…
-2
votes
1 answer

Google Code Scan: Wait for QR code scan to complete

I am trying to integrate Google code scanner into my Android app. Calling Tasks.await(scanner.startScan()).rawValue ?: "" where scanner is the GmsBarcodeScanner object throws java.lang.IllegalStateException: Must not be called on the main…
Kitswas
  • 1,134
  • 1
  • 13
  • 30
-2
votes
1 answer

Can we use google ML for face recognition in flutter?

I want to know can I use google ML for face recognition, I want to compare the profile picture of the user with the picture that user will upload later on. Note: The profile picture of the user is in firebase while the the picture I want compare…
-2
votes
1 answer

How can I read and calculate human blood pressure using camera in Android?

I am looking into understanding if an Android phone camera has the capability to detect blood pressure in humans using video(short) or images. Went through the Google Mobile Vision and ML Kit but couldn't find appropriate solutions. So I would like…
-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
1 2 3
39
40