weibeu / image-processor

A web image processing service API server made using Pillow and Flask.
MIT License
1 stars 4 forks source link
flask image-processing pil pillow python3 rest-api server wps

Image Processor

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

Setup

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

Running the Server

python wsgi.py