Face Recognition Flutter SDK
Face recognition Flutter SDK with liveness detection
Last updated
Face recognition Flutter SDK with liveness detection
Last updated
To activate the FacesdkPlugin, use the setActivation
method with your activation key:
Before using the SDK, initialize it with the init
method:
Configure the SDK settings using setParam
:
Use the extractFaces
method to detect and extract face features from an image:
Compare two face templates and calculate their similarity score:
You can refer to Flutter to setup enviroment.
If you are going to run the iOS
app, please refer to this for detailed instructions.
To integrate the native camera and implement real-time face detection and processing, refer to in the GitHub repository: