Skip to content

vivek123eq2858/Parking-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Here's a clean and informative README.md file for your Real-Time Number Plate Detection using Tkinter, OpenCV, and EasyOCR project:


# 🚘 Real-Time Number Plate Detection

A Python-based desktop application that uses your webcam to detect and read vehicle number plates in real-time. This app leverages **OpenCV** for video capture and image processing, **EasyOCR** for text recognition, and **Tkinter** for GUI.

---

## ✨ Features

- Live video feed from webcam
- Automatic number plate detection using contours and aspect ratio
- Real-time text extraction from plates using EasyOCR
- User-friendly interface with Tkinter
- Threaded OCR to avoid UI freezing

---

## πŸ› οΈ Tech Stack

- **Python 3**
- **OpenCV**
- **EasyOCR**
- **Pillow (PIL)**
- **Tkinter**

---

## πŸ”§ Installation

1. **Clone the repository**

```bash
git clone https://github.com/your-username/Parking-Project.git
cd Parking-Project
  1. Install dependencies
pip install opencv-python easyocr Pillow

πŸ”Έ Optional: If you have a GPU, set gpu=True in the code for faster OCR.


▢️ How to Run

python Number Plate.py

Make sure your webcam is connected and accessible.


πŸ“· Sample Output

  • Live camera feed with rectangles around detected plates
  • Detected text shown below the video

πŸ“ Folder Structure

Parking-Project/
β”‚
β”œβ”€β”€ Number Plate.py   # Main application file
β”œβ”€β”€ README.md             # Project documentation
└── ...                   # Other supporting files (images, logs, etc.)

πŸ™‹β€β™‚οΈ Author

Vivek Sharma

Feel free to connect or contribute!


πŸ“ License

This project is open-source and available under the MIT License.


---

### βœ… Tips:
- Replace `Number Plate.py` with the actual filename.
- Replace `https://github.com/your-username/Parking-Project.git` with your GitHub repo link.
- Add screenshots or videos in a `/media` folder and embed them if you want visual examples.

Let me know if you'd like a `.gitignore` file or contribution guide too!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages