docker run --publish 7020:7020 stdrickforce/hackthon:latest
For image recognization:
curl --location --request POST 'localhost:7020/image' \
--header 'Content-Type: image/jpeg' \
--data-binary '@/C:/Users/tefa/Pictures/1.jpg'
For barcode recognization:
curl --location --request POST 'localhost:7020/barcode' \
--header 'Content-Type: application/json' \
--data-raw '123456789'