The main motivation of the project is implementing an API which, takes an Image as input and try to recognize license plates on the image and return recognized license plates as response
For license plate recognition, it uses OpenAlpr library.
docker build -f Dockerfile.base -t license-plate-recognizer-base:dev --no-cache .
docker-compose up -d --build
docker-compose stop
docker-compose down