This is an example code of how to use PCA and SVM for face recognition. The dataset used in this example is a preprocessed excerpt of the “Labeled Faces in the Wild”, aka LFW: http://vis-www.cs.umass.edu/lfw/lfw-funneled.tgz
git clone https://github.com/MLMarins/face-recognition_mini-project.git
- Python (3.5.x or greater)
- Numpy
- Matpotlib
- scikit-learn
- Monique Marins
http://scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html