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
- Host: GitHub
- URL: https://github.com/shankytiwari/face-detection-nodejs-opencv
- Owner: ShankyTiwari
- Created: 2018-06-26T23:20:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T10:15:08.000Z (about 7 years ago)
- Last Synced: 2025-04-25T04:02:25.688Z (6 months ago)
- Language: JavaScript
- Homepage: http://www.codershood.info/2018/07/11/detect-faces-in-images-using-nodejs/
- Size: 370 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)**