🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@react-native-ml-kit/face-detection

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-ml-kit/face-detection

React Native On-Device Face Detection w/ Google ML Kit

1.3.2
latest
Version published
Weekly downloads
1.2K
11.52%
Maintainers
0
Weekly downloads
 
Created

@react-native-ml-kit/face-detection

React Native On-Device Face Detection w/ Google ML Kit

Getting started

npm install @react-native-ml-kit/face-detection --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/face-detection

Installing Pods

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

npx pod-install

Usage

import FaceDetection from '@react-native-ml-kit/face-detection';

const faces = FaceDetection.detect(imageURL, { landmarkMode: 'all' });

Keywords

FAQs

Package last updated on 14 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts