azizsenturk / react-faceapi-detection-recognition

Face detection and recognition project using faceapi with reactjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Detection and Recognition

Face detection and recognition project using faceapi with reactjs

Features

  • Makes face detection.
  • Estimate the age, emotion and gender of detected faces.
  • Makes face recognition.
  • To promote faces, open a folder with the name of the person under the public folder and add 4 pngs.

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Props

Name Type Description
mirrored Boolean Shows camera preview mirrored
showFeatures Boolean Shows features from faceapi in preview.
catchImages Boolean Turns on the photo taking feature.

Packages Used

face-api.js, react-webcam, tailwindcss

Authors

About

Face detection and recognition project using faceapi with reactjs


Languages

Language:JavaScript 83.4%Language:HTML 15.0%Language:CSS 1.6%