Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 808 Bytes

License Plate Recognizer

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.

Usage

  • (only for one time) build base docker image
    docker build -f Dockerfile.base -t license-plate-recognizer-base:dev --no-cache .
  • build image and run container
    docker-compose up -d --build
  • to stop;
    docker-compose stop
  • to remove;
    docker-compose down
  • An then, open following url on your browser
    localhost:9090
  • Upload an jpg image and wait for results