Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
297
increased by14.23%
Maintainers
1
Install size
454 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 30 Sep 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc