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
vote
0 answers

How to extract company name, customer name, contact number, total purchased amount from a receipt - flutter

I've doing a project where I use the package google_ml_kit and extract the text from a receipt. I want to label and extract the information like Company name, Cell no., Address, E-mail, Total amount etc. from the receipt. How would I label the…
Mou Biswas
  • 157
  • 2
  • 14
1
vote
1 answer

ML Kit - pose graphic overlay Compose implementation not working as intended

I'm trying to implement JetPack Compose version of ML Kit pose detection using ML Kit Vision Quickstart Sample App My issue is that the pose graphic overlay lines are flipped when the camera is set to LENS_FACING_FRONT. When the camera is set…
1
vote
0 answers

Duplicate symbol GMLImage

I am setting up react-native app. I use react-native-vision-camera and vision-camera-code-scanner for QR scanning. However, I want to also add a custom frame processor for react-native-vision-camera. When I tried to add pod TensorFlowLiteTaskVision…
1
vote
2 answers

Native crash in Google ML Kit Face Detector module

We have started receiving these reports recently, around 25th Jan. There was not App Update pushed, since this module is updated by Play Services itself, I highly suspect it has something to do with it. Title in the Play Store says…
sandeepd
  • 515
  • 2
  • 16
1
vote
0 answers

Virtual background

How do I add an image as a virtual background using ML Kit Selfie segmentation? I am following the example project from github and I got it working with a colored overlay. But I dont understand how to replace that overlay with a picture. In this…
Ivan Šimović
  • 497
  • 4
  • 17
1
vote
2 answers

What are the available options for Face Detection using Google Glass Enterprise 2?

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…
1
vote
1 answer

I want to read text from Image in React native . (android & ios)

Currently I am using react-native-camera "react-native-camera": "^4.2.1" App Craches when I open camera. But, If I remove this line Camera works fine. onTextRecognized={(data) =>this.onTextRecognized(data)} Note: I have used react native ml…
1
vote
0 answers

Run multiple Google MLKit TextRecognition processes in parallel

I try to make multiple MLKit TextRecognition processes run in multiple threads with the code below: private TextRecognizer client; private Executor mExecutor = Executors.newFixedThreadPool(4); private void init() { TextRecognizerOptions build =…
1
vote
0 answers

Android. MlKit how to correctly limit detection area?

I'm using MLKit with cameraX for barcode scanning. I need to limit detection area. For this I create BarcodeGraphic and after get result from MLKit detector I'm trying to filter results and get first which inside my BarcodeGraphic. Here is my code…
1
vote
0 answers

flutter google ml kit android APK size reduce solution

I would like to ask for a little help here, so for our application there is this feature of face detection and for its implementation we have used google ml kit, but the problem we are facing with that is, it generates the huge APK file size, I…
1
vote
0 answers

CocoaPods could not find compatible versions for pod "GoogleMLKit/MLKitCore"

im facing this error when try run flutter in ios simulator with command flutter run [!] CocoaPods could not find compatible versions for pod "GoogleMLKit/MLKitCore": In Podfile: google_mlkit_text_recognition (from…
Frozencode
  • 57
  • 2
  • 8
1
vote
0 answers

Flutter: Google ML Kit alternative for desktop?

I have an idea for a desktop app that needs to detect whether a user has his/her eyes closed and track the orientation of the user's head in real time. Google ML Kit offers these two features right out of the box and with the google_ml_kit Flutter…
JakesMD
  • 1,646
  • 2
  • 15
  • 35
1
vote
1 answer

How to pass the camera preiew stream into google ml kit face detector to check if eyes are closed in real time

I'm a complete beginner to android studio mobile development. and This is the code i've been using so far. I want to detect if a persons eyes are closed or not real time. I'm using google ml kit. They have provided most of the code but not clear…
amresh
  • 11
  • 1
1
vote
1 answer

Use google ML Kit with react native

I want to remove backgrounds from images in my react native app. I am already using Firebase in my app, so I tried to find something in Firebase Machine Learning that can do that, but unfortunately not. It seems that the function was moved to a…
user567
  • 3,712
  • 9
  • 47
  • 80
1
vote
0 answers

ML-Kit - transmission of personal data and compliance with EU GDPR

My team is considering implementing Googles on-device ML-Kit on our apps to utilize its text recognition and barcode scanning capabilities. It has come to my attention that Google recommends iOS app distributors to declare that Network request…
Andrsn921
  • 11
  • 1