You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

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
Source
npmnpm
Version published
Weekly downloads
1.2K
-7.14%
Maintainers
0
Weekly downloads
 
Created
Source

@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

react-native

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