8000 GitHub - halogass/Simple-AI-ALPR: Simple AI ALPR (Automatic License Plate Recognition) is a lightweight project by [ARSA Technology](https://arsa.technology) for detecting and recognizing license plates in images using deep learning. It provides a REST API for easy integration. This is Old-Generation (2018) version of ARSA ALPR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple AI ALPR (Automatic License Plate Recognition) is a lightweight project by [ARSA Technology](https://arsa.technology) for detecting and recognizing license plates in images using deep learning. It provides a REST API for easy integration. This is Old-Generation (2018) version of ARSA ALPR

Notifications You must be signed in to change notification settings

halogass/Simple-AI-ALPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple AI ALPR (Automatic License Plate Recognition)

Developed by ARSA Technology, this project is a lightweight, flexible, and efficient license plate recognition system tailored for deployment on a range of devices. It offers multiple inference backends including CPU, CUDA (GPU), and OpenVINO for edge computing.

🔍 Features

  • ✅ Real-time License Plate Detection
  • 🧠 Multiple Inference Backends:
    • arsalpr_cpu.py: for CPU-only environments
    • arsalpr_cuda.py: for NVIDIA GPU acceleration (CUDA)
    • arsalpr_vino.py: for Intel OpenVINO toolkit
  • 🔁 Client-server architecture for modular integration
  • 🧪 Sandbox mode for custom algorithm testing

📁 Directory Structure

Simple-AI-ALPR-main/
├── arsaLpr/
│   ├── arsalpr_cpu.py
│   ├── arsalpr_cuda.py
│   ├── arsalpr_vino.py
│   ├── client.py
│   ├── server.py
│   ├── sandbox_algorithm.py
│   └── assets/ (model weights and config)
├── setupvars.sh

⚙️ Installation

1. Clone the Repository

git clone https://github.com/arsa-technology/Simple-AI-ALPR.git
cd Simple-AI-ALPR

2. Install Dependencies

Make sure Python ≥3.8 is installed.

pip install -r requirements.txt

3. Run the System

Run with CPU:

python arsaLpr/arsalpr_cpu.py

Run with CUDA:

python arsaLpr/arsalpr_cuda.py

Run with OpenVINO:

python arsaLpr/arsalpr_vino.py

📦 Pre-trained Models

Model configs and weights are stored under:

arsaLpr/assets/

These include:

  • YOLOv3-tiny based configuration for plate detection
  • Custom-trained weights for Indonesian license plates
  • ESPCN super-resolution model

🛠️ Customization

To experiment with custom algorithms, modify:

arsaLpr/sandbox_algorithm.py

🧾 License

This project is © 2025 ARSA Technology. All rights reserved. For licensing inquiries, please contact us at arsa.technology/contact.

🌐 About ARSA Technology

ARSA Technology is an Indonesia-based deep tech company developing cutting-edge AI and IoT solutions for smart infrastructure, security, and automation.

Visit us at: https://arsa.technology

About

Simple AI ALPR (Automatic License Plate Recognition) is a lightweight project by [ARSA Technology](https://arsa.technology) for detecting and recognizing license plates in images using deep learning. It provides a REST API for easy integration. This is Old-Generation (2018) version of ARSA ALPR

Topics

Resources

Stars

Watchers

Forks

0