Skip to content

tokenize47/oalpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oalpr

OpenALPR license plate reader for RaspberryPi

The whole idea around this image is to provide a working environment with OpenALPR for a RaspberryPi. The interaction between the tool and the host can be performed by python so take a look into the oalpr.py file to see an example of how to do it. The run command below mounts some volumes based on the example code.

Usage:
You can provide folders to override the scripts and check the log.
docker run --name=oalpr
-p 5000:5000
-v /etc/localtime:/etc/localtime:ro
-v /root/cctv/data:/root/oalpr/data
-v /root/cctv/log:/root/oalpr/log
-v /root/cctv/scripts:/root/oalpr/scripts
-v /root/cctv/conf:/etc/openalpr
--restart=always
--detach=true
tokenize/oalpr

About

OpenALPR license plate reader for RaspberryPi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published