A Python project for real-time number plate recognition using EasyOCR to detect and extract text from vehicle plates. Ideal for applications like vehicle surveillance and parking management.
- Accurate Text Detection with EasyOCR
- Real-time Processing
- Modular Code for easy integration
- Python 3.x
- EasyOCR, OpenCV,,Matplotlib,numpy(optional)
Install dependencies:
pip install -r requirements.txt
Quick Start--
1.Clone the repo
git clone https://github.com/yourusername/number-plate-recognition.git(bash)
2.Run the detection:
python src/number_plate_recognition.py --image_path images/sample.jpg(bash)
Usage
Input an image of a vehicle plate, and the output displays the extracted license plate text.
HAPPY CODING❤️❤️