This API is used to both find human faces within images and provide information about each face. You feed the API images, and it returns you lists of faces (each face record containing various information about the face, including info about each eye, etc).
This API is very simple and easy to use. There no reason it needs to be complex!
A real website is (hopefully) coming soon, but in the interim I created this simple demo.
Powered by Swagger-UI: FaceInfo REST API Documentation
- python
- flask
- flask-swagger
- Swagger-UI
- OpenAPI Specification (fla Swagger Spec)
- also see http://editor.swagger.io/ for a playground to help you write Swagger Spec
- OpenCV
- Keras (soon!)
- SQLite (soon!)
In addition and by necessity, the simple demo uses HTML5/CSS3 + Javascript/jQuery.
TODO. Coming soon, I hope!