Biometric SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
The library is used by to perform 1:N match, segmentation, extraction etc. For more information on integration with Registration Client, refer to .
A simulation of this library is available as . The same is installed in the .
For 1:1 match and quality check of biometrics at the MOSIP backend, the BioSDK must be running as a service that can be accessed by and . The service exposes REST APIs specified .
A has been provided. The mock service loads internally on the startup and exposes the endpoints to perform 1:N match, segmentation, extraction as per .
The service may be packaged as a docker running inside or running separately on a server. It is important that the scalability of this service is taken care depending on the load on the system, i.e., the rate of enrolment and ID authentication.
BioSDK library: .
BioSDK server request/response may be tested using .
The following properties in needs to be updated to integrate the BioSDK library and service with MOSIP.