Second Project for Linear Algebra and Geometry (IF2123) subject from School of Electrical Engineering and Informatics, Bandung Institute of Technology.
A project which applied Eigenface Algorithm to build a GUI-based Face Recognition.
kennybisa Group #34
- 13521013 Eunice Sarah Siregar
- 13521018 Syarifa Dwi Purnamasari
- 13521023 Kenny Benaya Nathan
- Pillow
- Numpy
- Opencv
- Choose dataset folder as the training image
- Upload your desired photo as the test image
- Choose from local files
- Choose from live photos through webcam
- Show a photo which is the closest similar to the test image
- Clone this repository (First use only)
- Change directory to src
cd src
- run
python3 main.py
.
├── doc --------------------------------------- Folder containing file report of this project
│ ├── Algeo02-21013.pdf
│
├── src ------------------------------------------ Folder containing source files
│
├── test --------------------------------------- Folder containing test images and datasets
├── README.md