@react-native-ml-kit/image-labeling

1.4.1 • Public • Published

@react-native-ml-kit/image-labeling

React Native On-Device Image Labeling w/ Google ML Kit

Getting started

npm install @react-native-ml-kit/image-labeling --save

Linking

React Native > 0.59

CLI autolink feature links the module while building the app.

React Native <= 0.59

react-native link @react-native-ml-kit/image-labeling

Installing Pods

On iOS, use CocoaPods to add the native RNMLKitImageLabeling to your project:

npx pod-install

Usage

import ImageLabeling from '@react-native-ml-kit/image-labeling';

const labels = await ImageLabeling.label(imageURL);

Readme

Keywords

Package Sidebar

Install

npm i @react-native-ml-kit/image-labeling

Weekly Downloads

74

Version

1.4.1

License

MIT

Unpacked Size

22.9 kB

Total Files

27

Last publish

Collaborators

  • a7medev