Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 320 Bytes

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