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

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.

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