Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 972 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 972 Bytes

Face Recognition App

Description

This application recognizes one or more faces in a photo, calculating 68 characteristic points for each person and comparing it with the most similar celebrity.

Requirements

  • Node.js
  • npm package manager
  • browser and a photo

Demo App

http://seriesface.herokuapp.com

Command interface

To install all packages from package.json:

npm install

To start web application:

npm run start

To build web application:

npm run build

To run tests:

npm run test

Testing

If you want to test new celebrities, add their images to the src/tests/test_faces folder and add their characteristics to the src/tests/test_faces.json file.

Useful links

face-api.js library

React.js docs

Group members

  • Dmitrii Mishutin (face recognition + UI)
  • Dmitrii Kamianskii (face recognition)
  • Dmitrii Kondratev (tests)