React Native Firebase - ML Kit Vision
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:
API | Cloud Model | On Device |
---|---|---|
Text Recognition | ✅ | ✅ |
Document Text Recognition) | ✅ | |
Face Detection | ✅ | |
Barcode Scanning | ✅ | |
Image Labelling | ✅ | ✅ |
Landmark Recognition | ✅ | |
AutoML Vision Edge | ❌ | ❌ |
Object Detection/Tracking | ❌ | ❌ |
Image Labelling (with Custom Model) | ❌ | ❌ |
Installation
Requires @react-native-firebase/app
to be installed.
yarn add @react-native-firebase/ml-vision
Documentation
Additional Topics
License
- See LICENSE
Built and maintained with 💛 by Invertase.