This is a webservice for deployment on AWS Elastic Beanstalk based on Adam Geitgey's facial recognition project.
This webservice can be deployed to an AWS EC2 instance through docker.
the pre built docker image is here: fhboswell/face-recognition
docker pull fhboswell/face-recognition
More information on deployment here
Built using dlib's state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark.
- Thanks to Adam Geitgey's facial recognition api project.
- Many, many thanks to Davis King (@nulhom) for creating dlib and for providing the trained facial feature detection and face encoding models used in this library. For more information on the ResNet that powers the face encodings, check out his blog post.
- Thanks to everyone who works on all the awesome Python data science libraries like numpy, scipy, scikit-image, pillow, etc, etc that makes this kind of stuff so easy and fun in Python.
- Thanks to Cookiecutter and the audreyr/cookiecutter-pypackage project template for making Python project packaging way more tolerable.