/realtime-face-recognition

Real-time face recognition using OpenCV, Node.js, and WebSockets.

Primary LanguageJavaScriptMIT LicenseMIT

realtime-face-recognition

Real-time face recognition using OpenCV, Node.js, and WebSockets.

Requirements

  • 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

Installing Node.js packages

  • To install the packages: npm install

Running the demo

  • 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!