AlissonSteffens / image-processing-api

A python-based image processing API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A python-based image processing API

License:MIT License


Languages

Language:Python 100.0%