Hugging Face - Here
Open Source FaceSDK- Here
Documentation- Here
Explore face recognition SDK React Native Plugin from Faceplugin Top-ranked on NIST FRVT , coupled with an advanced iBeta level 2 liveness detection engine that effectively safeguards against printed photos, video replay, 3D masks, and deepfake threats, ensuring top-tier security.
This is on-premise face recognition SDK which means everything is processed in your phone and NO data leaves the device.
- The code below shows how to use the license: Please contact us to get the license.
FaceRecognition-Ionic-Cordova/src/app/home/home.page.ts
Lines 14 to 62 in 8356c15
Download and install Node.js from the official website.
npm install -g @ionic/clinpm install -g cordovaionic cordova plugin add ./FacePlugin ionic cordova build androidTo allow camera access, add the following permission to the AndroidManifest.xml located at platforms/android/app/src/main:
<uses-permission android:name="android.permission.CAMERA" />ionic cordova run androidionic cordova plugin add ./FacePluginionic cordova platform add iosionic cordova prepare iosOpen the iOS workspace in Xcode:
open platforms/ios/face-recognition.xcworkspaceAnd navigate to Info.plist and add the following entry to request camera permission:
<key>NSCameraUsageDescription</key>
<string>We need access to your camera for face recognition.</string>Build the app using Xcode and run it on a real iOS device (not a simulator).
- Face Recognition with Liveness Detection-Android (Java, Kotlin)
- Face Recognition with Liveness Detection-iOS (Objective C, Swift)
- Face Recognition with Liveness Detection-React Native
- Face Recognition with Liveness Detection-Flutter
- Face Recognition with Liveness Detection-Ionic Cordova
- Face Recognition with Liveness Detection-.Net MAUI
- Face Recognition with Liveness Detection-.Net WPF
- Face Recognition with Liveness Detection-Javascript
- Face Recognition with LivenessDetection-React
- Face Recognition with LivenessDetection-Vue
- Face Liveness Detection-Android (Java, Kotlin)
- Face Liveness Detection-iOS (Objective C, Swift)
- Face Liveness Detection-Linux
- Face Liveness Detection-Docker
- Open Source Face Recognition SDK
- Face Recognition SDK
- Liveness Detection SDK
- Palm Recognition SDK
- ID Card Recognition
- ID Document Liveness Detection




