Skip to content

Latest commit

 

History

History
executable file
·
37 lines (25 loc) · 2.01 KB

README.md

File metadata and controls

executable file
·
37 lines (25 loc) · 2.01 KB

Face Recognition

This is a webservice for deployment on AWS Elastic Beanstalk based on Adam Geitgey's facial recognition project.

To Use

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

Info

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.

PyPI Build Status Documentation Status

Thanks

  • 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.