An intelligent Number Plate Recognition system for effortless and efficient parking management.
Image1: Website Front Page (1823x904 pixels)
By-Pass is an automated number plate detection system designed for parking facilities in malls, hospitals, and other large venues. The system captures multiple images of vehicles, detects the license plate using OCR, classifies the vehicle type, and sends the details to a server in JSON format. The goal is to automate parking management by tracking vehicle entries and exits in real-time.
Automate vehicle detection and license plate recognition, sending data (vehicle type, plate number, and timestamps) to a server to improve parking management efficiency.
{
"event_type": "VEHICLE_ENTRY",
"timestamp": "2024-10-19T08:45:00Z",
"device_id": "EDGE-12345",
"location_id": "PARKING-5678",
"vehicle": {
"type": "car",
"plate_number": "XYZ9876",
"make": "Toyota",
"model": "Corolla",
"color": "White"
},
"image_url": "https://server.com/images/xyz9876_entry.jpg",
"confidence_score": 0.98,
"gate_id": "GATE-1",
"operator_id": null,
"source": "ANPR_CAMERA",
"transaction_id": "TXN-202410190845XYZ9876",
"status": "PENDING_VERIFICATION"
}