- Build the application: docker-compose build
- Start the application and stop with ctrl+c: docker-compose up
- Migrate data: docker-compose run --rm vectorai /bin/bash -c "cd vectorai; ./manage.py migrate"
- Initialize data loading fixtures: docker-compose run --rm vectorai /bin/bash -c "cd vectorai; ./manage.py loaddata countries.json"
Upload file to process: https://your-ip-or-domain:8000/restapi/upload/
Process or delete image: https://your-ip-or-domain:8000/restapi/check/<uploaded_filename>/
Process image with no storing on server: https://your-ip-or-domain:8000/restapi/check/