openalpr/openalpr Installation Guide
How to install openalpr/openalpr. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for openalpr/openalpr. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i openalpr/openalprInstall via npx
npx @hexmos/ipm i openalpr/openalprPrerequisites
Tesseract OCR
libraryVersion: 3.0.4
OpenCV
libraryVersion: 2.4.8+
Python
languageVersion: 3.8+
Git
system_toolFor cloning the repository.
Docker
system_toolTo build and run the Docker image.
Node.js
languageVersion: 14+
Go
languageVersion: 1.18+
Java
languageVersion: 17+
C++ Compiler
build_toolFor compiling the OpenALPR code.
CMake
build_toolTo build and configure the project.
Visual Studio
environmentFor building the project on Windows.
Xcode
environmentFor building the project on macOS.
Linux Terminal
osTo run commands and interact with the system.
Windows Command Prompt
osFor running commands on Windows.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Ubuntu Linux Package Manager
sudo apt-get update && sudo apt-get install -y openalpr openalpr-daemon openalpr-utils libopenalpr-devDocker Container
docker build -t openalpr https://github.com/openalpr/openalpr.git
docker run -it --rm -v $(pwd):/data:ro openalpr -c eu h786poj.jpgPython Package Manager (pip)
wget http://plates.openalpr.com/h786poj.jpgPost Installation Steps
- Open the application by running `./alpr` in your terminal.
- You can find more information about the command line utility and its options in the help documentation: `alpr --help`
