Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cham11ng/face-recognition

LBP Face Recognition :camera:
https://github.com/cham11ng/face-recognition

canvas es6 face-recognition image-processing javascript lbp nodejs vanillajs webpack yarn

Last synced: 15 days ago
JSON representation

LBP Face Recognition :camera:

Awesome Lists containing this project

README

        

# Face Recognition in Javascript

Face Recognition is based on Local Binary Pattern (LBP) implemented in javascript. Check the demo [here](https://cham11ng.github.io/face-recognition/).

## Requirement

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

## Dev Installation

```sh
$ git clone [email protected]: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](https://github.com/cham11ng) | 2017