react-native-mlkit
react-native-mlkit copied to clipboard
The definitive MLKit wrapper for React Native and Expo
Hi there, I've been trying to get the _**_ML_KIT Object Detection_**_ to work in my Expo project, however I'm facing an issue. ## Issue: I get the following error: **`Error:...
This PR uses face-detection module to showcase how we can handle Web by ignoring the module and throwing an error when trying to use hooks.
Changed the **`RNMLKitDetectedObject`** to **`RNMLKitObjectDetectionObject`** **type** in the documentation as the former was no longer in the library, basically got updated to the new latter.
For all I can tell that dependency is not needed
I am getting the above error. Is there any fix?
Hi I am trying to integrate this library with an expo app, and when i run the app in expo-go i am getting `Cannot find native module 'RNMLKitObjectDetection'`. I am...
Hi there, So I have been using this library for Android with no issues, it detects face with ease, however, on iOS device, the `faces` property is just an empty...
Is there a way to load, classify images without using providers. Use case : 1. Image processing in background task. Where i need to loadModel, classifyImage instead of Provider and...