| # 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): | |
| Ariel Sharon | |
| Colin Powell | |
| Donald Rumsfeld | |
| George W Bush | |
| Gerhard Schroeder | |
| Hugo Chavez | |
| Tony Blair | |