Skip to content

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

License

Notifications You must be signed in to change notification settings

maemresen/license-plate-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks