Model reference · open weights

LiteALPR

Available as managed deployment Licence fee LLMs anhone3 · community Image→text 1 variants 528 dl/mo

LiteALPR is an open-weight language model from anhone3. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byanhone3
TypeLanguage models
TaskImage→text
Runs withtensorrt
Released2026-09-06
Popularity528 downloads / month
LicenceCommercial licence needed

About

What LiteALPR is

Pretrained weights for LiteALPR, a lightweight open-source library for fast and accurate Automatic License Plate Recognition (ALPR), explicitly optimized for high-throughput execution on both edge and cloud environments.

Read the full model card

Model Details

  • Architecture:
    • Detector: YOLOv8n-Efficient (utilizing Ghost Convolution via lightweight C3Ghost blocks).
    • Recognizer: SVTR26-Tiny (featuring an Efficient RCTC Decoder to bypass computationally heavy attention mechanisms).
  • License: GNU Affero General Public License v3.0 (AGPL-3.0)
  • Repository: LiteALPR GitHub

Training Data

To ensure robust, multi-national generalization, the models were trained and validated on a large-scale aggregated dataset of 52,595 images from diverse geographic regions:

Half of the recognition crops were synthetically degraded (e.g., motion blur, Gaussian noise, perspective skew) during training to ensure high resilience against challenging real-world scenarios.

Evaluation Results

  • Detection (YOLOv8n-Efficient): 99.45% mAP@50, 5.69 GFLOPs, 2.00M parameters.
  • Recognition (SVTR26-Tiny): 89.15% Sequence Accuracy, 3.28% Character Error Rate (CER), 4.22M parameters.
  • End-to-End Speed: 66.5 FPS on GPU (NVIDIA RTX 3060) and 23.4 FPS on CPU (AMD Ryzen 5 4600G) using ONNX FP32 execution.

Known Limitations

  • The model currently provides highly accurate out-of-the-box support for single-line alphanumeric license plates (A–Z, Đ, 0–9) typical of many global regions.
  • Recognition accuracy on heavily curved multi-line plates or non-Latin characters (e.g., Cyrillic, Arabic) may require custom fine-tuning using the provided training scripts.

How to Cite

If you use these models in your research, please cite our paper:

@article{nguyen2026litealpr,
  title={LiteALPR: A lightweight open-source library for fast and accurate license plate recognition},
  author={Nguyen, Anh and Hoang, Vinh Truong},
  journal={SoftwareX},
  year={2026}
}

From the published model card. Full card on the HuggingFace links in the sidebar.

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys litealpr for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (litealpr below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"litealpr","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms