https://github.com/thesupercd/facenetfaceid
This is a "Face Recognition" project done using the Tensorflow and Keras frameworks. Given some images of known people, a facenet model derives the unique 128 cell feature vector for that face and we measure the Euclidean distance between the faces to predict the similarity between two faces.
https://github.com/thesupercd/facenetfaceid
Last synced: 6 months ago
JSON representation
This is a "Face Recognition" project done using the Tensorflow and Keras frameworks. Given some images of known people, a facenet model derives the unique 128 cell feature vector for that face and we measure the Euclidean distance between the faces to predict the similarity between two faces.
- Host: GitHub
- URL: https://github.com/thesupercd/facenetfaceid
- Owner: TheSUPERCD
- Created: 2020-04-01T16:48:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T22:11:44.000Z (over 5 years ago)
- Last Synced: 2025-02-10T12:43:22.781Z (8 months ago)
- Language: Python
- Homepage:
- Size: 83.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FacenetFaceID