8000 GitHub - rishirt/memeblur-facedet: Face Detection module written in OpenCV
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rishirt/memeblur-facedet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Face Detection with Node.js

The application uses the open-source OpenCV library, specifically the Viola-Jones object detection algorithm.

In order to run OpenCV from Node.js, it uses the nodejs-opencv package.

##Instruction

git clone https://github.com/rishirt/memeblur-facedet .
cd memeblur-facdet
vagrant up
vagrant ssh
npm install
node index.js 

Then visit:

http://192.168.10.10:8080/

About

Face Detection module written in OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0