Skip to content

Gowtham1729/Eigen-Faces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FACE RECOGNITION USING EIGEN FACES

This is a Face Recognition algorithm designed to detect faces in real time. This approach is fast enough to implement it on real time. This approach is based on the paper Face recognition using eigenfaces by Matthew A. Turk and Alex P. Pentland

The YaleFaces Dataset is used for training and testing the algorithm.

Development

This paper is implemented in python3.

Python packages used for the implementation are:

  1. numpy
  2. matplotlib
  3. sklearn

To install these packages run the following code pip install -r requirements.txt

All the Ipython notebooks are self explanatory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published