An open API service indexing awesome lists of open source software.

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

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]