Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 445 Bytes

nosave-server

This is a simple server for all your image processing tasks!

What's different about it?

The difference is that this server doesn't save user's image on the server end and still handles all your image processing.

How to install?

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