Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model to Recognize Faces using eigenfaces and scikit-learn
|
| 2 |
+
|
| 3 |
+
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/)
|
| 4 |
+
|
| 5 |
+
This demo was taken from [Scikit-learn](https://scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html)
|
| 6 |
+
|
| 7 |
+
The dataset includes 7 classes (individuals):
|
| 8 |
+
|
| 9 |
+
Ariel Sharon
|
| 10 |
+
Colin Powell
|
| 11 |
+
Donald Rumsfeld
|
| 12 |
+
George W Bush
|
| 13 |
+
Gerhard Schroeder
|
| 14 |
+
Hugo Chavez
|
| 15 |
+
Tony Blair
|