Latest NIST FRVT evaluation report 2024-12-20
🆔 ID Document Liveness Detection - Linux - Here 
🤗 Hugging Face - Here
📚 Product & Resources - Here
🛟 Help Center - Here
💼 KYC Verification Demo - Here
🙋♀️ Docker Hub - Here
This repository demonstrates both face recognition
technology developed by KBY-AI
in JavaScript languages.
In this repository, we implemented our face recognition model through
ONNX Runtim
framework to run it on web browser.
Basic | 🔽 Standard | Premium |
---|---|---|
Face Detection | Face Detection | Face Detection |
Face Liveness Detection | Face Liveness Detection | Face Liveness Detection |
Pose Estimation | Pose Estimation | Pose Estimation |
Face Recognition | Face Recognition | |
68 points Face Landmark Detection | ||
Face Quality Calculation | ||
Face Occlusion Detection | ||
Eye Closure Detection | ||
Age, Gender Estimation |
No. | Repository | SDK Details |
---|---|---|
1 | Face Liveness Detection - Android | Basic SDK |
2 | Face Liveness Detection - iOS | Basic SDK |
3 | Face Recognition + Face Liveness Detection - Android | Standard SDK |
4 | Face Recognition + Face Liveness Detection - iOS | Standard SDK |
5 | Face Recognition + Face Liveness Detection - Flutter | Standard SDK |
6 | Face Recognition + Face Liveness Detection - Ionic-Cordova | Standard SDK |
7 | Face Recognition + Face Liveness Detection - React-Native | Standard SDK |
8 | Face Attribute - Android | Premium SDK |
9 | Face Attribute - iOS | Premium SDK |
10 | Face Attribute - Flutter | Premium SDK |
To get
Face SDK(server)
, please visit products here.

You can visit our YouTube video here to see how well our demo app works.
- To request a SDK, please contact us:
🧙Email:
[email protected]
🧙Telegram:
@kbyai
🧙WhatsApp:
+19092802609
🧙Discord:
KBY-AI
🧙Teams:
KBY-AI
- Install
npm
andnode
package and then check the version with the following commands.
npm --version
node --version
- Install dependencies
npm install
- Build project
npm run build
- Run project
npm run test
loadDetectionModel()
detectFace(session, canvas_id)
loadLandmarkModel()
predictLandmark(session, canvas_id, bbox)
loadLivenessModel()
predictLiveness(session, canvas_id, bbox)
loadExpressionModel()
predictExpression(session, canvas_id, bbox)
loadPoseModel()
predictPose(session, canvas_id, bbox, question)
loadEyeModel()
predictEye(session, canvas_id, landmark)
loadGenderModel()
predictGender(session, canvas_id, landmark)
loadAgeModel()
predictAge(session, canvas_id, landmark)
loadFeatureModel()
extractFeature(session, canvas_id, landmarks)