Introduction to react-native-mlkit-face-detection
mainThe react-native-mlkit-face-detection module provides React Native APIs for Google's ML Kit Native Modules (Swift and Kotlin). It allows you to perform face detection within a React Native application using the speed and power of native ML Kit implementations.
Key Capabilities:
- Face Detection: Detect faces in an image and identify key facial features.
- Face Contour Detection: When enabled, provides a list of points for each detected facial feature representing its shape.
Important Note: This API is designed for face detection (identifying facial features and presence), not face recognition (identifying specific individuals).