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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
szad670401 avatar

szad670401/HyperLPR

0
View on GitHub↗
6,199 estrellas·2,089 forks·C++·Apache-2.0·3 vistas

HyperLPR

HyperLPR es un framework de visión artificial diseñado para la identificación de matrículas de vehículos chinos. Utiliza un motor de inferencia de deep learning para realizar el reconocimiento de caracteres end-to-end, permitiendo al sistema identificar texto de imágenes sin requerir segmentación de caracteres por separado.

El proyecto proporciona múltiples rutas de integración, incluyendo un conjunto de librerías compartidas para incrustar capacidades de reconocimiento directamente en aplicaciones Android y una interfaz de servicio web que expone la funcionalidad mediante una API RESTful para acceso remoto.

El sistema incorpora herramientas de pre-procesamiento de imágenes para normalizar los datos visuales antes de que sean procesados por los modelos de reconocimiento.

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.

Historial de estrellas

Gráfico del historial de estrellas de szad670401/hyperlprGráfico del historial de estrellas de szad670401/hyperlpr

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a HyperLPR

Proyectos open-source similares, clasificados según cuántas características comparten con HyperLPR.
  • fastai/course-v3Avatar de fastai

    fastai/course-v3

    4,914Ver en 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
    Ver en GitHub↗4,914
  • lmoroney/dlaicourseAvatar de lmoroney

    lmoroney/dlaicourse

    5,638Ver en 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
    Ver en GitHub↗5,638
  • liuruoze/easyprAvatar de liuruoze

    liuruoze/EasyPR

    6,425Ver en 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
    Ver en GitHub↗6,425
  • dusty-nv/jetson-inferenceAvatar de dusty-nv

    dusty-nv/jetson-inference

    8,734Ver en 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
    Ver en GitHub↗8,734
Ver las 30 alternativas a HyperLPR→

Preguntas frecuentes

¿Qué hace szad670401/hyperlpr?

HyperLPR es un framework de visión artificial diseñado para la identificación de matrículas de vehículos chinos. Utiliza un motor de inferencia de deep learning para realizar el reconocimiento de caracteres end-to-end, permitiendo al sistema identificar texto de imágenes sin requerir segmentación de caracteres por separado.

¿Cuáles son las características principales de szad670401/hyperlpr?

Las características principales de szad670401/hyperlpr son: Chinese Plate Recognition, End-to-End Pipelines, Deep Learning Inference Engines, Computer Vision, Image Processing, Android Mobile Implementations, Android Libraries, Recognition SDKs.

¿Qué alternativas de código abierto existen para szad670401/hyperlpr?

Las alternativas de código abierto para szad670401/hyperlpr incluyen: 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…