Skip to content

james0248/face_webcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Webcam

Depedencies

Python


  • face_recognition
  • pillow
  • cv2
  • numpy

NPM


  • express
  • child_process
  • jpeg-js
  • socket.io

What it does

Takes in images constantly from your webcam and processes it with the face_recognition library. ( You can check it out from here face_recognition) Then sends it to the node.js code in a form of a binary buffer. In the node.js code it changes the image data to a jpeg data format. The it passes it to the backend code, and to the front end code through socket.io which changes the images constantly on the web.

How to download

git clone https://github.com/james0248/face_webcam.git

About

For webcam streaming on web with facial recognition

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors