An open API service indexing awesome lists of open source software.

https://github.com/weibeu/image-processor

A web image processing service API server made using Pillow and Flask.
https://github.com/weibeu/image-processor

flask image-processing pil pillow python3 rest-api server wps

Last synced: 5 months ago
JSON representation

A web image processing service API server made using Pillow and Flask.

Awesome Lists containing this project

README

          

# Image Processor

This project is a web image processing service API. Primarily intended for generation of memes using Pillow and Flask.

## Setup

```sh
git clone https://github.com/thec0sm0s/image-processor.git
cd image-processor/
pip install -r requirements.txt
```

## Running the Server

```sh
python wsgi.py
```