This is a project to build a docker image for object detection using Flask RESTful API with Docker-Compose.
To build this project you will need Docker and Docker Compose.
After cloning this repository, you can type the following command to start the simple app:
make install
Then simply visit localhost:5000 !
This project is configured with an "GitHub CI" action to build and push the docker image to Amazon ECR. Set the repository secrets AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
with AWS access credentials to setup this automatic workflow.