Skip to content

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

License

Notifications You must be signed in to change notification settings

riazXrazor/realtime-face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!