https://github.com/sshaplygin/face-detection
Desktop application for face detection from web-cam flow. Qoukka test task.
https://github.com/sshaplygin/face-detection
desktop-application electron electron-app face-detection face-recognition javascript node-opencv opencv quokka web-cam-flow
Last synced: 12 months ago
JSON representation
Desktop application for face detection from web-cam flow. Qoukka test task.
- Host: GitHub
- URL: https://github.com/sshaplygin/face-detection
- Owner: sshaplygin
- License: mit
- Created: 2018-02-17T18:22:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T16:56:35.000Z (over 2 years ago)
- Last Synced: 2024-04-22T14:52:50.603Z (about 2 years ago)
- Topics: desktop-application, electron, electron-app, face-detection, face-recognition, javascript, node-opencv, opencv, quokka, web-cam-flow
- Language: JavaScript
- Homepage:
- Size: 356 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Face detecation
================
Desktop application face detection on web-cam flow
## Usage
```
git clone https://github.com/sshaplygin/face-detection.git
cd face-recog
npm install
npm start
```
If you want tested opencv only command windows use:
```
node webcam.js
```
If you want pack, rebuild or run with debug use:
```
"pack": "electron-builder --dir",
"rebuild": "electron-rebuild -f -w opencv4nodejs",
"dev": "electron . --debug"
```
## Depencies
* electron
* electron-builder
* electron-compilers
* electron-rebuild
* opencv