awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
szad670401 avatar

szad670401/HyperLPR

0
View on GitHub↗

HyperLPR

HyperLPR is a computer vision framework designed for the identification of Chinese vehicle license plates. It utilizes a deep learning inference engine to perform end-to-end character recognition, allowing the system to identify text from images without requiring separate character segmentation.

The project provides multiple integration paths, including a set of shared libraries for embedding recognition capabilities directly into Android applications and a web service interface that exposes functionality via a RESTful API for remote access.

The system incorporates image pre-processing tools to normalize visual data before it is processed by the recognition models.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Features

  • Chinese Plate Recognition - Provides a high-performance framework for the comprehensive recognition of Chinese vehicle license plates.
  • End-to-End Pipelines - Employs an end-to-end pipeline that identifies text from images without needing separate character segmentation.
  • Deep Learning Inference Engines - Implements a deep learning inference engine to map visual patterns in images to alphanumeric characters.
  • Computer Vision - Implements a computer vision framework for detecting and recognizing text patterns in vehicle imagery.
  • Image Processing - Uses OpenCV for image processing to clean and normalize visual data before recognition.
  • Android Mobile Implementations - Enables on-device vehicle identification within Android applications using shared libraries.
  • Android Libraries - Ships a set of Android libraries for embedding license plate identification into mobile apps.
  • Recognition SDKs - Provides SDK integration for embedding license plate recognition directly into Android applications.
  • Shared Library Integrations - Packages recognition logic into shared libraries for direct integration and execution within Android applications.
6,199 stars·2,089 forks·C++·Apache-2.0·14 views

Star history

Star history chart for szad670401/hyperlprStar history chart for szad670401/hyperlpr

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

Frequently asked questions

What does szad670401/hyperlpr do?

HyperLPR is a computer vision framework designed for the identification of Chinese vehicle license plates. It utilizes a deep learning inference engine to perform end-to-end character recognition, allowing the system to identify text from images without requiring separate character segmentation.

What are the main features of szad670401/hyperlpr?

The main features of szad670401/hyperlpr are: Chinese Plate Recognition, End-to-End Pipelines, Deep Learning Inference Engines, Computer Vision, Image Processing, Android Mobile Implementations, Android Libraries, Recognition SDKs.

Which projects share features with szad670401/hyperlpr?

Projects with overlapping indexed features include: fastai/course-v3 — This repository is a comprehensive educational program and deep learning framework designed to teach practical deep… lmoroney/dlaicourse — This project is a collection of interactive notebooks for a TensorFlow deep learning course. It provides guided… liuruoze/easypr — EasyPR is an automatic license plate recognition system designed to detect vehicle license plates and extract… dmlc/gluon-cv — Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision… ai-dawang/plugnplay-modules — PlugNPlay-Modules is a collection of reusable PyTorch computer vision modules and deep learning architectural… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU…

Projects sharing features with HyperLPR

These projects share indexed features with HyperLPR. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • fastai/course-v3fastai avatar

    fastai/course-v3

    4,914View on GitHub↗

    This repository is a comprehensive educational program and deep learning framework designed to teach practical deep learning using PyTorch through notebooks and code examples. It serves as a high-level library for building, training, and deploying neural networks, acting as a model training orchestrator that coordinates PyTorch models, optimizers, and loss functions. The project provides specialized toolkits for computer vision, natural language processing, and tabular data preprocessing. It distinguishes itself through advanced training controls such as discriminative learning rates, a two-w

    Jupyter Notebookdata-sciencedeep-learningfastai
    View on GitHub↗4,914
  • lmoroney/dlaicourselmoroney avatar

    lmoroney/dlaicourse

    5,638View on GitHub↗

    This project is a collection of interactive notebooks for a TensorFlow deep learning course. It provides guided learning resources and practical tutorials for implementing neural network architectures, supervised learning, and transfer learning. The materials feature a computer vision learning path and specific guides for transfer learning, demonstrating how to adapt pre-trained models to new tasks. It includes tutorials for building regression models and image classifiers using the Keras high-level API. The scope covers supervised learning pipelines for binary and multiclass classification,

    Jupyter Notebook
    View on GitHub↗5,638
  • liuruoze/easyprliuruoze avatar

    liuruoze/EasyPR

    6,425View on GitHub↗

    EasyPR is an automatic license plate recognition system designed to detect vehicle license plates and extract alphanumeric characters from images of Chinese vehicles. It functions as a deep learning OCR tool that converts image regions of license plates into machine-readable text strings. The system includes a specialized detector for identifying vehicle plates within unconstrained environments and complex visual backgrounds. It also provides a synthetic data generator to create artificial image datasets used to train and improve the accuracy of the recognition models. The project covers a m

    C++artificial-intelligenceartificial-neural-networkschinese-characters
    View on GitHub↗6,425
  • dusty-nv/jetson-inferencedusty-nv avatar

    dusty-nv/jetson-inference

    8,734View on GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    View on GitHub↗8,734
Compare all 30 related projects→