Skip to content

JavaScript-based Face-Detection Tool offers real-time face detection along with accurate age and gender prediction. With its user-friendly interface and robust integration capabilities, this tool is perfect for enhancing user experience, conducting demographic analysis, and implementing advanced security measures.

Notifications You must be signed in to change notification settings

kekubhai/face-detection-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Recognition with JavaScript using face-api.js

To start up the app:

  1. run npm install in the root directory
  2. run node on server.js
  3. go to http://localhost:5000

images in public were generated with fooocus. None are known to have any actual people in them

Loading 4 primary models

    await Promise.all([
        faceapi.nets.ssdMobilenetv1.loadFromUri('./models'),
        faceapi.nets.faceLandmark68Net.loadFromUri('./models'),
        faceapi.nets.faceRecognitionNet.loadFromUri('./models'),
        faceapi.nets.ageGenderNet.loadFromUri('./models'),
    ])

Stock photos I use, 2 Ronaldo and 1 Musk:

About

JavaScript-based Face-Detection Tool offers real-time face detection along with accurate age and gender prediction. With its user-friendly interface and robust integration capabilities, this tool is perfect for enhancing user experience, conducting demographic analysis, and implementing advanced security measures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published