This is a simple server for all your image processing tasks!
The difference is that this server doesn't save user's image on the server end and still handles all your image processing.
git clone https://github.com/prakharcode/nosave-server.git
cd nosave-server
virtualenv venv # if you use virtual environment
pip install -r requirements.txt
python server.py