/simanno-be

Backend for simanno.

Primary LanguagePythonApache License 2.0Apache-2.0

Simple Image Annotator (simanno) backend

The backend app for simanno resides in this repo. For full documentation please visit https://github.com/faisalthaheem/simanno

To build and test with a docker container, use the following command

sh build-image.sh

docker run --rm -it faisalthaheem/simanno-be:dev

Please note the above command requires mapped volumes which are not covered here. Kindly refer to the main repo for details.