====== Upload Proxy ====== A tiny service to turn uploaded images into a persistent URL with the help of the image cloud git: https://git.picalike.corpex-kunden.de/incubator/ai_object_detect/-/tree/main/upload_proxy\\ service: http://dev02.picalike.corpex-kunden.de:1881/ HINT: the uploaded images are stored in /var/www/corpex-kunden.de/dev02.picalike/htdocs/upload and deleted after upload to avoid wasting disk space. Example: if you upload 'sketches_test.jpg' the returned URL will be: http://dev02.picalike.corpex-kunden.de/upload/sketches_test.jpg wrapped into the image cloud URL: http://image-cloud.picalike.corpex-kunden.de:5000/get_image?url=http%3A%2F%2Fdev02.picalike.corpex-kunden.de%2Fupload%2Fsketches_test.jpg