Skip to content

Face detection app using React, faceapi.js, capturing multiple expressions for enhanced accuracy.

Notifications You must be signed in to change notification settings

masud70/Face-Matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Matcher

This application is crafted with React and leverages the faceapi.js library, which, in turn, is constructed upon tensorflow.js. This library simplifies the process of detecting, analyzing, and comparing faces within an image. To enhance detection accuracy, multiple expressions, including happy, angry, neutral, surprised, sad, etc., are captured during the analysis. Additionally, the application incorporates gender detection, providing an extra layer for refining result accuracy.

This project was bootstrapped with Create React App.

Run Locally

To run this project on your local machine, follow the steps below:

  • Clone this repository on your machine using the command
        git clone https://github.com/masud70/Face-Matcher.git
  • Go to the project folder
  • Now install all the dependencies running command
        npm install
  • Finally, run any command described below.

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload if you make edits.
Lint errors are visible in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

Face detection app using React, faceapi.js, capturing multiple expressions for enhanced accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published