Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

joerodrig/openalpr-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Purpose

Easily install and run OpenALPR on any OS using Docker.

Requirements

For MacOS, you need Docker for Mac installed.

For Windows, you need Docker for Windows installed.

Quickstart

  1. Pull the built docker image from Dockerhub docker pull scrose/openalpr-docker
  2. Start a container and run an interactive shell docker run -it scrose/openalpr-docker /bin/sh
  3. You should now be able to run alpr as normal. From the wiki, try:
wget http://plates.openalpr.com/ea7the.jpg
alpr -c us ea7the.jpg

wget http://plates.openalpr.com/h786poj.jpg
alpr -c eu h786poj.jpg

About

Run openALPR from any OS using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published