Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/cham11ng/face-recognition
- Owner: cham11ng
- License: mit
- Created: 2017-11-26T10:10:37.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-28T18:24:09.000Z (3 months ago)
- Last Synced: 2024-08-29T18:31:26.606Z (3 months ago)
- Topics: canvas, es6, face-recognition, image-processing, javascript, lbp, nodejs, vanillajs, webpack, yarn
- Language: SCSS
- Homepage: https://cham11ng.github.io/face-recognition/
- Size: 3.88 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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