pip install -r requirements.txt
python run_api.py
POST to localhost:5000/image: payload: { image: base64 string }
returns: { id: image_id }
GET from localhost:5000/image/<image_id> returns: { image: base64 string }
sudo docker-compose up --build
| Name | Name | Last commit date | ||
|---|---|---|---|---|