Skip to content

A multi-threaded version of real-time face recognition via webcam (inspired by ageitgey/face_recognition)

Notifications You must be signed in to change notification settings

jpark7ca/face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face recognition

A multi-threaded version of real-time face recognition via webcam (inspired by ageitgey/face_recognition)

You need to install python3 on your computer along with the following modules:

$ pip3 install numpy

Install cmake first before installing dlib

$ pip3 install dlib

pkg_resources

$ pip3 install setuptools

cv2

$ pip3 install opencv-python

About

A multi-threaded version of real-time face recognition via webcam (inspired by ageitgey/face_recognition)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages