# 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 ![Eigenfaces](https://duchesnay.github.io/pystatsml/_images/sphx_glr_ml_lab_face_recognition_001.png)