Skip to content

kby-ai/FaceRecognition-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceRecognition-JavaScript

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)

FRVT Leaderboard Sheet

🔗 Quick Links

🧠 Overview

This repository demonstrates advanced face recognition technology by KBY-AI using JavaScript.

The models run on web browsers through the ONNX Runtime framework, enabling real-time inference on the client side.

📱 Try the App

Available on Google Play:

Download on Google Play

🎥 Performance Demo

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

🧰 How to Run

  1. Verify installation:

    npm --version
    node --version
  2. Install dependencies:

    npm install
  3. Build the project:

    npm run build
  4. Run tests:

    npm run test

🧪 API Reference

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)

📞 Support

About

Face Recognition FRVT, Face Liveness Detection, Face Recognition , Face Liveness, Face Detection, Face Compare, Face Matching, Face Pose, Face Expression, Face Attributes, Face Templates Extraction, Face Landmarks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors