Skip to content

claudiopetrini/face-detection-browser-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-detection-browser-opencv

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

Similar to face-detection-node-opencv but this time:

  • camera acquisition is made with WebRTC on the browser
  • the image is sent to the server via web socket for processing
  • the processed image is rendered on the client

Requirements

Installing Node.js packages

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

Running the demo

  • Make sure you are still in the server directory
  • To run the server: node server.js
  • To run the demo locally, open a browser and go to localhost:8080

The app should be up and running!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published