maemresen / license-plate-recognizer

An example PHP API to recognize license plates from an image and return as response.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An example PHP API to recognize license plates from an image and return as response.

License:MIT License


Languages

Language:Shell 49.6%Language:PHP 45.1%Language:Hack 3.8%Language:Dockerfile 1.5%