Your automated license plate recognition system for seamless parking log management!
ALPR Parking Log Manager is an Automatic License Plate Recognition (ALPR) system that simplifies parking lot management. It uses cutting-edge computer vision to detect license plates, recognize them, and manage parking logs with zero hassle. Say goodbye to manual entry and hello to smart automation! 🚀
- 🔍 Automatic License Plate Detection: Real-time recognition powered by YOLOv8 and Pytesseract.
- 📝 Log Management: Auto-updates parking logs with entry and exit times.
- 📊 Analytics Dashboard: Track parking duration, vehicle counts, and revenue.
- 🔐 Secure Data Handling: Ensures your parking logs are safe and tamper-proof.
- 🕒 Time-Efficient: Lightning-fast processing for busy parking lots.
-
Clone the repository:
git clone https://github.com/yourusername/alpr-parking-log.git cd alpr-parking-log
-
Install dependencies:
pip install -r requirements.txt
-
Ensure you have Pytesseract and YOLOv8 installed.
-
Run the app:
python app.py
-
Detect License Plate:
Upload a vehicle image or use a live feed. The system identifies and extracts the license plate. -
Recognize the Plate:
The text is extracted using OCR and checked against the database. -
Update Logs:
- 📥 Entry Log: Marks the vehicle’s entry time.
- 📤 Exit Log: Updates upon departure, calculating the parking duration and fees.
-
Data Storage:
All records are securely saved in the database for future reference and analytics.
📦 ALPR-Parking-Log
┣ 📂 data # Sample images and test cases
┣ 📂 models # YOLOv8 weights and configurations
┣ 📂 scripts # Core detection and recognition scripts
┣ 📜 app.py # Main application
┣ 📜 requirements.txt # Dependencies
┣ 📜 README.md # You’re reading it now!
- 🚦 Real-Time Alerts: Notify staff of parking violations.
- 🌐 Web Integration: Build a web interface for remote monitoring.
- 📱 Mobile App: Manage parking logs on the go.
We love contributions! 🌟 Fork the repo, make your changes, and submit a PR. Let’s build the future of parking management together!
Facing any issues? Reach out via [email protected].