Image ProcessorThis project is a web image processing service API. Primarily intended for generation of memes using Pillow and Flask.Setupgit clone https://github.com/thec0sm0s/image-processor.git cd image-processor/ pip install -r requirements.txtRunning the Serverpython wsgi.py