Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.9 KB

File metadata and controls

70 lines (50 loc) · 1.9 KB

Logo

Image Processing API

a python based image processing api

About The Project

A python based image processing api.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Running locally

Usage

GET to localhost:8080/api/marks?image=https://raw.githubusercontent.com/AlissonSteffens/image-processing-api/master/demo/lenna.jpg

Endpoints

Knowledge API

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

Other

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