MeShootIn / SeriesFace

:boy: React.js app for face recognition

Home Page:https://seriesface-meshootin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

:boy: React.js app for face recognition

https://seriesface-meshootin.vercel.app


Languages

Language:JavaScript 93.8%Language:HTML 4.7%Language:CSS 1.5%