project requires python 3.10 installed - https://www.python.org/downloads/
once installed:
install pip:
pip install pip
install project requirements:
pip install -r requirements.txt
to launch live debug server locally: in terminal from dev path run:
export FLASK_DEBUG=1 flask run
/upload endpoint takes post requests with image sent via multipart form with key of file.
live server can be found here: