https://github.com/eeyribas/plate-recognition
Contains a vehicle license plate recognition project.
https://github.com/eeyribas/plate-recognition
licence-plates-recognition linux-app plate plate-recognition python-3 python-alpr python-cv2 python-numpy python-picamera python-programming python-programming-language python-project python-pytessract raspberry-pi raspberry-pi-3 raspberry-pi-4 raspberry-pi-camera raspberry-pi-os raspberry-pi-zero-w raspberrypi
Last synced: 3 months ago
JSON representation
Contains a vehicle license plate recognition project.
- Host: GitHub
- URL: https://github.com/eeyribas/plate-recognition
- Owner: eeyribas
- Created: 2024-08-25T15:26:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T23:21:25.000Z (3 months ago)
- Last Synced: 2025-03-29T00:24:30.889Z (3 months ago)
- Topics: licence-plates-recognition, linux-app, plate, plate-recognition, python-3, python-alpr, python-cv2, python-numpy, python-picamera, python-programming, python-programming-language, python-project, python-pytessract, raspberry-pi, raspberry-pi-3, raspberry-pi-4, raspberry-pi-camera, raspberry-pi-os, raspberry-pi-zero-w, raspberrypi
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plate-Recognition
Contains a vehicle license plate recognition project. Images are captured using a Pi Camera connected to a Raspberry Pi. Plates are detected from these images using modules such as ALPR, CV2, and NumPy.
The plates are stored in a text file. The detected plates are compared with the stored plates. If a match is found between the detected and stored plates, the plate is marked in the image.
The interface is developed using the Tkinter module.Programming Language: Python
IDE: PyCharm, Thonny
Version: Python3
Modules: To install the necessary Python modules for the examples, you should review the Python documentation according to the selected IDE.
Operating System: Raspberry Pi OS
Camera Connection: The Pi Camera connects to the standard Raspberry Pi connector.
Alpr-Module File: Contains examples created with the ALPR module during the development of the license plate recognition project.
CV2-Numpy-Pytesseract-Modules File: Contains examples created with the cv2, numpy, and pytesseract modules during the development of the license plate recognition project.