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
liuruoze avatar

liuruoze/EasyPR

0
View on GitHub↗
6,425 stars·2,474 forks·C++·Apache-2.0·23 views

EasyPR

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 multi-stage pipeline encompassing region-based plate detection, character segmentation, and alphanumeric classification. These capabilities are supported by supervised neural network training and convolutional feature extraction.

Features

  • Chinese Plate Recognition - Identifies and extracts text from Chinese vehicle license plates in uncontrolled environments.
  • License Plate Recognition - Transforms detected license plate image regions into machine-readable text strings for vehicle identification.
  • Character Extraction - Extracts alphanumeric characters and colors from license plate images to convert them into digital text.
  • Chinese Plate Detection - Identifies vehicle license plates from images captured in unconstrained environments for Chinese vehicles.
  • Plate Detectors - Provides a detection model specialized in identifying vehicle plates within complex visual backgrounds.
  • Region-based Detection - Locates the specific rectangular area of a license plate using region-based detection architectures.
  • OCR - Utilizes a neural network based tool to convert image regions of license plates into machine-readable text.
  • Computer Vision Training - Provides training routines for neural networks to improve the accuracy of character and plate detection.
  • Synthetic Training Data Generators - Generates artificial training images with ground-truth annotations to improve model accuracy.
  • Synthetic Dataset Generators - Includes a tool for creating artificial image datasets to train and improve plate recognition models.
  • Convolutional Feature Extractors - Uses convolutional feature extractors to identify visual patterns and shapes within license plate images.
  • Character Classification - Implements a classifier to assign text labels to cropped image segments of license plate characters.
  • Vision Model Training - Provides capabilities for generating synthetic data and training neural networks for visual recognition.
  • Neural Network Training - Optimizes neural network weights using labeled datasets of Chinese license plates to reduce recognition errors.
  • Recognition Pipelines - Processes images through a multi-stage pipeline involving localization, character segmentation, and alphanumeric classification.
  • Computer Vision Libraries - Flexible plate recognition for Chinese licenses.

Star history

Star history chart for liuruoze/easyprStar history chart for liuruoze/easypr

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.

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

Frequently asked questions

What does liuruoze/easypr do?

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.

What are the main features of liuruoze/easypr?

The main features of liuruoze/easypr are: Chinese Plate Recognition, License Plate Recognition, Character Extraction, Chinese Plate Detection, Plate Detectors, Region-based Detection, OCR, Computer Vision Training.

Which projects share features with liuruoze/easypr?

Projects with overlapping indexed features include: apple/corenet — Corenet is a deep learning training framework and computer vision model library designed for developing neural… dragen1860/tensorflow-2.x-tutorials — This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a… olafenwamoses/imageai — ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and… cs231n/cs231n.github.io — This project is a static educational website and comprehensive curriculum focused on computer vision and deep… microsoft/computervision-recipes — This project is a collection of educational resources and implementation frameworks providing deep learning model… internlm/xtuner — xtuner is a comprehensive training engine for large language models, offering a toolkit for pre-training, supervised…

Projects sharing features with EasyPR

These projects share indexed features with EasyPR. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • apple/corenetapple avatar

    apple/corenet

    6,999View on GitHub↗

    Corenet is a deep learning training framework and computer vision model library designed for developing neural networks across vision, text, and audio modalities. It functions as a distributed training orchestrator for scaling workloads across multiple compute nodes and provides a multimodal data pipeline for processing image, text, and video data. The project includes a model conversion toolkit for transforming weights and architectures between different machine learning frameworks. It also provides tools for optimizing model performance on Apple Silicon and reducing response latency in gene

    Jupyter Notebook
    View on GitHub↗6,999
  • dragen1860/tensorflow-2.x-tutorialsdragen1860 avatar

    dragen1860/TensorFlow-2.x-Tutorials

    6,351View on GitHub↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    View on GitHub↗6,351
  • olafenwamoses/imageaiOlafenwaMoses avatar

    OlafenwaMoses/ImageAI

    8,867View on GitHub↗

    ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and video analytics. It functions as an integrated framework for locating and labeling objects in static images and video streams, utilizing deep learning models for identification and categorization. The project includes a model training toolkit that allows for the creation of custom classifiers and detectors through scratch training or transfer learning. It features a GPU-accelerated inference engine to increase processing speed for vision tasks and includes specialized utiliti

    Pythonai-practice-recommendationsalgorithmartificial-intelligence
    View on GitHub↗8,867
  • cs231n/cs231n.github.iocs231n avatar

    cs231n/cs231n.github.io

    10,923View on GitHub↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Jupyter Notebook
    View on GitHub↗10,923
Compare all 30 related projects→