Skip to content

This is a face recognition app. It recognizes person in a webcam or a phone using personal face landmarks. The app uses face-api.js for ML algorithm, react UI for a frontend, node.js for a backend and mongoDB database.

License

Notifications You must be signed in to change notification settings

lauborges/Face_recognizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a face recognition app. It recognizes person in a webcam or a phone using personal face landmarks. Person's image needs to be uploaded first, so that face desriptotors along with a name are stored in database. Thie app uses face-api.js for ML algorithm, react UI for a frontend, node.js for a backend and mongoDB database.

To start face recognition go to the "Data" tab and upload person(s) pics. Then go to 'Cam' tab and press 'Start predict', afterwards 'Stop predict'. The AI model needs to get loaded before you can begin.

Live demo: https://sleepy-island-64515.herokuapp.com

About

This is a face recognition app. It recognizes person in a webcam or a phone using personal face landmarks. The app uses face-api.js for ML algorithm, react UI for a frontend, node.js for a backend and mongoDB database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • CSS 13.6%
  • HTML 4.3%