Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 2.75 KB

File metadata and controls

69 lines (51 loc) · 2.75 KB

FaceRecognition-Vue

Our facial recognition algorithm is globally top-ranked by NIST in the FRVT 1:1 leaderboards. badge

🔗Latest NIST FRVT evaluation report 2024-12-20

FRVT Sheet

🔗 Quick Links

🧠 Overview

Explore our completely free and open-source facial recognition Vue plugin.

📱 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. Install Node.js and npm:

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

    npm install
  3. Copy the pre-trained model weights:

    node post-install.js
  4. Run the project:

    npm run dev

📞 Support