https://github.com/shehanmunasinghe/keras-openface-demo
A facial recognition demo using the Keras implementation of CMU-OpenFace
https://github.com/shehanmunasinghe/keras-openface-demo
Last synced: over 1 year ago
JSON representation
A facial recognition demo using the Keras implementation of CMU-OpenFace
- Host: GitHub
- URL: https://github.com/shehanmunasinghe/keras-openface-demo
- Owner: shehanmunasinghe
- Created: 2019-05-06T15:52:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T16:52:57.000Z (about 7 years ago)
- Last Synced: 2025-03-15T10:11:23.541Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Keras-Openface-Demo
A facial recognition demo using the Keras implementation of CMU-OpenFace
## To Run
* Clone the git repo or download as zip and extract
* Download the pre-trained model for dlib [http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2], extract and move into './models' folder
* Open the Jupyter Notebooks
## Requirements
* dlib
* opencv
* numpy
* keras
* tensorflow
## References
* CMU-OpenFace Project [https://github.com/cmusatyalab/openface]
* Keras-OpenFace [https://github.com/iwantooxxoox/Keras-OpenFace]
* Machine Learning is Fun! Part 4: Modern Face Recognition with Deep Learning - Adam Geitgey [https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78]