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.
- Node.js
- npm package manager
- browser and a photo
http://seriesface.herokuapp.com
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
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.
face-api.js library
React.js docs
- Dmitrii Mishutin (face recognition + UI)
- Dmitrii Kamianskii (face recognition)
- Dmitrii Kondratev (tests)