ml-vision
v0.0.26
Published
React Native Firebase - ML Kit Vision
Downloads
33
Maintainers
Readme
This is for the upcoming v6.0.0 release of React Native Firebase, please use the react-native-firebase package instead, unless you're early adopting/testing the new packages - in which case please use the
latest
tagged patch-only release for this package.
Bring powerful machine learning vision APIs to your mobile app whether you're new or experienced in ML. Get started easily by using ready-to-use APIs from Firebase for common mobile use cases, or import your own custom models which can be hosted and served to your apps by Firebase. ML Kit APIs can run on-device or in the cloud, depending on the functionality, and some give you both choices.
This module currently supports the following Firebase ML Kit Vision APIs:
- Text Recognition
- [x] Cloud
- [x] On Device
- Document Text Recognition
- [x] Cloud
- Face Detection
- [x] On Device
- Barcode Detection
- [x] On Device
- Image Labelling
- [x] Cloud
- [x] On Device
- Landmark Recognition
- [x] Cloud
The following APIs are unsupported, with support coming in a future release;
- AutoML Vision Edge
- Object detection & tracking
- Image Labeling with a custom model
Installation
Requires @react-native-firebase/app
to be installed.
yarn add @react-native-firebase/ml-vision
react-native link @react-native-firebase/ml-vision
Documentation
License
- See LICENSE