Skip to content

cham11ng/face-recognition

Repository files navigation

Face Recognition in Javascript

Face Recognition is based on Local Binary Pattern (LBP) implemented in javascript. Check the demo here.

Requirement

  • Node (v8.9.1)
  • NPM (v5.5.1)
  • Yarn (v1.3.2)

Dev Installation

$ git clone git@github.com:cham11ng/face-recognition.git

$ yarn install

$ yarn build

Instruction

  • Click play (|>) button.
  • Fit your face in rectangular region.
  • Click capture button.
  • Type your name.
  • Again, click play (|>) button.

Tada! It recognizes you. ;)

Troubleshooting

The icon may not appear after you build in your local. Simply checkout app.css.

Contributor

cham11ng | 2017