Face Detector
Developed a face recognition system using a technique known as eigenfaces,
which leverages Principal Component Analysis (PCA) to identify distinguishing
features of faces. This project was inspired by the seminal work “Eigenfaces for Recognition”
by M. Turk and A. Pentland, pioneers in the field of computer vision.
Skills Utilized: Principal Component Analysis, Computer Vision, Python