Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 2.92 KB

README.md

File metadata and controls

69 lines (52 loc) · 2.92 KB

FaceRecognition-React

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 Sheet

🔗 Quick Links

🧠 Overview

This repository demonstrates both face recognition technology developed by KBY-AI with ReactJS framework.

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

  • Install npm and node package and then check the version with the following commands.
npm --version
node --version
  • Install dependencies
npm install
  • Copy the pre-trained model weights
node post-install.js
  • Run project
npm start

📞 Support