License Plate Recognizer

An example PHP API to recognize license plates from an image and return as response.
Alternatives To License Plate Recognizer
Select To Compare


Readme

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
Popular Application Programming Interfaces Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Shell
Rest Api