DEV Community

Faceplugin
Faceplugin

Posted on

Create a customized identity verification pipeline

Currently the most popular method to verify people's identity remotely is to ask them to take a selfie holding ID document.
To use this selfie for identity verification, we need to make sure that the face of the person are the same as that on the ID document.
And we need to extract data like Name, Address and brithday from the ID document.
And more importantly, we need to make sure that the face of the person holding ID document is not a spoofing image like face on the printed photo or face on the mobile phone.
To do these, we need to use face recognition SDK to verify two faces and We need to use liveness detection SDK to make sure that there is no face on the printed photo or mobile phone used to spoof the system.
And we need to use ID document recognition SDK to extract personal data from the ID document.

It would be very challeding if we have to develop all these technologies from scratch.

Faceplugin is providing SDKs for this purpose.

Please check out our products to build your ID verification pipeline within minutes.

https://faceplugin.com/
https://github.com/Faceplugin-ltd

Top comments (0)