Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josualimbu/npr-tesseract
Simple Number Plate Recognition with Optical Character Recognition using XML model
https://github.com/josualimbu/npr-tesseract
npr npr-ocr number-plate-detection number-plate-recognition
Last synced: 18 days ago
JSON representation
Simple Number Plate Recognition with Optical Character Recognition using XML model
- Host: GitHub
- URL: https://github.com/josualimbu/npr-tesseract
- Owner: JosuaLimbu
- Created: 2024-04-10T14:15:37.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T12:17:46.000Z (6 months ago)
- Last Synced: 2024-07-18T14:58:24.625Z (6 months ago)
- Topics: npr, npr-ocr, number-plate-detection, number-plate-recognition
- Language: Python
- Homepage:
- Size: 894 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Number Plate Recognition with Optical Character Recognition
This code is open source
Number Plate Recognition (NPR), also known as Automatic Number Plate Recognition (ANPR) or License Plate Recognition (LPR), is a technology used to automatically detect and recognize vehicle license plates. The system uses an optical camera and character recognition (OCR) software to capture images of license plates from passing vehicles, then analyzes the images to recognize and extract the text contained within.### Requirements
- Python version 3.10.11
### Install
**Install on Windows**
Install [Git Bash](https://git-scm.com/downloads), [Python](https://www.python.org/downloads/) and [Tesseract](https://sourceforge.net/projects/tesseract-ocr.mirror/) first
After that, open git bash and follow these commands
```bash
$ git clone https://github.com/JosuaLimbu/npr-tesseract.git
$ cd npr-tesseract
$ pip install -r requirements.txt
$ python3 number_plate.py
```And the code is ready to use.
The end result will be like this.
![Result](plates/Screenshot.jpg)