- Install the requirements for the project
pip install -r requirements.txt- Run the program for PCA analysis. (Make sure python3.* is installed on your machine)
python pca_faces.py- Run the program for face recognition and identification analysis. (Make sure python3.* is installed on your machine)
python classification_face.py- To test the rf model, first train the autoencoder model, then run the rf_clasifier and rf_multi-class classifier
python auto_encoder_py
python rf_classifier.py
python multiclass_rf_classifier.py