Forked from drejkim
Real-time face detection using OpenCV, Node.js, WebSockets and ngrok.
Click here to see it in action.
- Node.js
- OpenCV 3.4.0
- May also work with older versions of OpenCV, but most recently tested with OpenCV 3.4.0
- A webcam, e.g. laptop-integrated webcam, USB webcam
- Navigate to the
project_root
directory - To install the packages:
npm install
- Make sure you are still in the
project_root
directory - To run the server:
node server.js
then you will get thengrokURL
in terminal - To run the demo, open a browser and go to
ngrokURL
The app should be up and running!