#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/