Real-time face recognition using OpenCV, Node.js, and WebSockets.
- 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
- To install the packages:
npm install
- To run the server:
npm start
- To run the demo locally, open a browser and go to
localhost:3000
The app should be up and running!