/face-ification

Face recognition using PCA & LDA with KNN

Primary LanguagePythonMIT LicenseMIT

Face-ification

Face recognition using PCA & LDA with k-Nearest-Neighbor for classification.

Data set

The data set used can be found here. It was collected by AT&T labs and Cambridge University.

Description of the data set can be found in the link.

Dependencies

  1. Install pip packages through:
sudo pip3 install -r requirements.txt
  1. Install cachpy by following the instructions here