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.
- Host: GitHub
- URL: https://github.com/weibeu/image-processor
- Owner: weibeu
- License: mit
- Created: 2018-12-22T11:11:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T22:19:17.000Z (almost 3 years ago)
- Last Synced: 2025-04-25T14:59:11.325Z (5 months ago)
- Topics: flask, image-processing, pil, pillow, python3, rest-api, server, wps
- Language: Python
- Homepage:
- Size: 50.8 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```