File size: 476 Bytes
28fe9c4
 
 
 
 
af59ef4
1
2
3
4
5
6
# Model to Recognize Faces using eigenfaces and scikit-learn

Simple model that was trained on a preprocessed excerpt of the “Labeled Faces in the Wild”, aka [LFW](http://vis-www.cs.umass.edu/lfw/)
This demo was taken from [Scikit-learn](https://scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html)
The dataset includes 7 classes (individuals):
![Eigenfaces](https://duchesnay.github.io/pystatsml/_images/sphx_glr_ml_lab_face_recognition_001.png)