a python based image processing api
A python based image processing api.
To get a local copy up and running follow these simple steps.
- Install the dependencies
- Run
python server.py
GET to localhost:8080/api/marks?image=https://raw.githubusercontent.com/AlissonSteffens/image-processing-api/master/demo/lenna.jpg
- /api/faces - face rects of image
- /api/marks - 68 main landmarks on faces
- /api/direction - information about here is the person looking
- /api/emotion - predicts the person emotion
- /marks - 68 main landmarks on faces
- /face - return the most important face as a image
Alternatively you can use: "marker_size=x" to set marker size. "image_size=x" to set image size.