TIPE

May 24, 2021 · 1 min read

This project was developed as part of the TIPE (Travail d’Initiative Personnelle Encadré) program in France. The goal was to implement a facial recognition system from scratch using Python and OpenCV. The system uses PCA (Principal Component Analysis) for facial recognition and LDA (Linear Discriminant Analysis) for class separation. The project also includes a naive face matching algorithm for comparison.