FaceRecognition - Flutter
This demo app demonstrates face recognition and face liveness detection by mitigating biometric fraud based on Flutter framework for both Android and iOS.
Last updated
This demo app demonstrates face recognition and face liveness detection by mitigating biometric fraud based on Flutter framework for both Android and iOS.
Last updated
The demo project demonstrates both Face Liveness Detection and Face Recognition Technology.
It stands for face recognition Flutter, facial recognition Flutter, face liveness check Flutter, spoofing prevention Flutter, face matching Flutter, face comparison Flutter, face search engine Flutter, face identification Flutter.
Make sure you have Flutter installed.
We have tested the project with Flutter version 3.10.2.
If you don't have Flutter installed, please follow the instructions provided in the official Flutter documentation:
Run the following commands:
If you plan to run the iOS app, please refer to the following link for detailed instructions:
Android
Copy the SDK (libfacesdk
folder) to the android
folder in your project.
Add SDK to the project in settings.gradle
Copy facesdk_plugin
folder to the root folder of your project.
Add the dependency in pubspec.yaml
file.
Import the facesdk_plugin
package.
Activate the FacesdkPlugin
by calling the setActivation
method:
Initialize the FacesdkPlugin
:
Set parameters using the setParam
method:
Extract face feature using the extractFaces
method:
Calculate similarity between faces using the similarityCalculation
method:
To build the native camera screen and process face detection, please refer to the following file in the Github repository.
This file contains the necessary code for implementing the camera screen and performing face detection.