Skip to content

The face_recognition package provides cutting-edge face-recognition functionality, thanks to its usage of dlib, a modern C++ toolkit for machine-learning based image processing and machine vision. This project supports face recognition in order to classify unknown images based on known images. Furthermore, persons can even be identified on a liv…

License

Notifications You must be signed in to change notification settings

jonasknappitsch/computational-face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

computational_face_recognition

by Jonas Knappitsch, 2020

Dependencies

  • opencv (pip3 install opencv-python)
  • face_recognition (pip3 install face_recognition)

The face_recognition package provides us with cutting-edge face-recognition functionality, thanks to its usage of dlib, a modern C++ toolkit for machine-learning based image processing and machine vision.

This project supports face recognition in order to classify unknown images based on known images. Furthermore, persons can even be identified on a live-video-stream via OpenCV.

In a broader sense, this can be used in various security or identification systems. Known persons can be differentiated from unknown persons, further actions can be based on that.

About

The face_recognition package provides cutting-edge face-recognition functionality, thanks to its usage of dlib, a modern C++ toolkit for machine-learning based image processing and machine vision. This project supports face recognition in order to classify unknown images based on known images. Furthermore, persons can even be identified on a liv…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages