Skip to content

bookjan/face-detection-node-opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-detection-node-opencv

Forked from drejkim

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

Click here to see it in action.

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

  • Navigate to the project_root directory
  • To install the packages: npm install

Running the demo

  • Make sure you are still in the project_root directory
  • To run the server: node server.js then you will get the ngrokURL in terminal
  • To run the demo, open a browser and go to ngrokURL

The app should be up and running!

References

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.8%
  • HTML 23.2%