Our facial recognition algorithm is ranked among the top globally by NIST in the FRVT 1:1 leaderboard. badge
π Latest NIST FRVT Evaluation Report (2024εΉ΄12ζ20ζ₯)
- π ID Document Liveness Detection (Linux): Try Here badge
- π€ Hugging Face: Visit Here
- π Products & Resources: Browse Here
- π Help Center: Read Here
- πΌ KYC Verification Demo (Android): Check It Out
- πββοΈ Docker Hub: Explore Here
This repository demonstrates advanced face recognition technology by KBY-AI using JavaScript.
Download on Google PlayThe models run on web browsers through the
ONNX Runtime
framework, enabling real-time inference on the client side.
Watch a live performance demo of our app on YouTube:
You can visit our YouTube video here to see how well our demo app works.
Face Recognition Android
-
Verify installation:
npm --version node --version
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Run tests:
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)
- π§ Email: contact@kby-ai.com
- π§ Telegram: @kbyaisupport
- π§ WhatsApp: +1 909-280-2609
- π§ Discord: KBY-AI Community
- π§ Microsoft Teams: Join Here