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

https://github.com/shankytiwari/face-detection-nodejs-opencv

:camera: Realtime Webcam Face detection in Nodejs using opencv4nodejs
https://github.com/shankytiwari/face-detection-nodejs-opencv

Last synced: 3 months ago
JSON representation

:camera: Realtime Webcam Face detection in Nodejs using opencv4nodejs

Awesome Lists containing this project

README

          

# Face detection using NodeJs and Opencv

Face detection using NodeJs and Opencv.

## Installation
The below commands to install this API.
1. `npm install`
2. `node server.js`

## Source code Explanation
If you want to understand the source code line by line, read the below blog post.

Part 1: **[Face Detection in an Image](http://www.codershood.info/2018/07/11/detect-faces-in-images-using-nodejs/)**