Skip to content
#

face-recognition-python

Here are 84 public repositories matching this topic...

A program that watches your back while working on your pc and locks the screen if it sees some1 unauthorized watching at your work- thus protects your valuable work or sometimes saves the personality.

  • Updated May 22, 2020
  • Python

Face identification algorithms focus on the identifiction of frontal human faces. It is analogous to image detection in which the image of a person is matched bit by bit. Image matches with the image stores in database. Any facial feature changes in the database will invalidate the matching process. It's mostly use for the security.

  • Updated Oct 7, 2020
  • Python

The project presents a unsupervised learning framework which can learn and recognize human faces. A face can be described using a set of 2D characterisitic views. The "eigen faces" or eigen vectors of the training images are used to define a face space. The images are projected onto this face space that also encodes the variation amongst the kno…

  • Updated Dec 29, 2020
  • Python

Improve this page

Add a description, image, and links to the face-recognition-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the face-recognition-python topic, visit your repo's landing page and select "manage topics."

Learn more