https://github.com/khyatimahendru/eigenfaceswithsvd
Facial Recognition on 'Labelled Faces in the Wild Dataset' using the concept of Eigenfaces. I have used Singular Value Decomposition to obtain the eigenfaces used.
https://github.com/khyatimahendru/eigenfaceswithsvd
classification computer-vision decomposition eigenfaces face-recognition facial-recognition labelled-faces linear-algebra svd svd-factorization
Last synced: about 1 month ago
JSON representation
Facial Recognition on 'Labelled Faces in the Wild Dataset' using the concept of Eigenfaces. I have used Singular Value Decomposition to obtain the eigenfaces used.
- Host: GitHub
- URL: https://github.com/khyatimahendru/eigenfaceswithsvd
- Owner: KhyatiMahendru
- Created: 2019-07-26T06:17:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T14:49:54.000Z (over 5 years ago)
- Last Synced: 2024-11-18T06:27:40.493Z (6 months ago)
- Topics: classification, computer-vision, decomposition, eigenfaces, face-recognition, facial-recognition, labelled-faces, linear-algebra, svd, svd-factorization
- Language: Jupyter Notebook
- Size: 2.89 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EigenfacesWithSVD
Facial Recognition on 'Labelled Faces in the Wild Dataset' using the concept of Eigenfaces. I have used Singular Value Decomposition to obtain the eigenfaces.