"Park with ease, pay within a breeze - your hassle-free parking solution is here with PARKEASE!"
Project Documentation
PARKEASE
.
View Demo
.
Issues
Introducing PARKEASE, the idea designed to streamline parking with zero human intervention. Say goodbye to the hassle of searching for parking spots and dealing with attendants. PARKEASE leverages cutting-edge technology to automate the entire parking process, ensuring a seamless experience for users.
-
User Registration:
- Users visit parkease.vercel.app to register by providing their vehicle number, name, and basic details.
- Upon registration, a digital wallet is created for the user, allowing them to add money using preferred payment methods.
-
Parking Entry:
- When a vehicle enters the parking lot, sensors detect its presence and trigger the camera.
- The camera captures the vehicle number plate, which is processed using Optical Character Recognition (OCR) or Tesseract.
- The extracted number along with the timestamp is sent to the database (Firebase), and a parking slot is assigned.
- For registered users, the system checks their wallet balance. A minimum balance is required for parking.
-
Parking Duration:
- The system records the entry time and calculates the duration of parking based on the entry and exit times.
-
Exit Process:
- When the vehicle exits, the exit time is recorded.
- For registered users, the system automatically deducts the parking fee from their wallet if they have a sufficient balance.
- Guest users receive a dynamic QR code containing the bill amount, which they pay upon exit.
-
Billing:
- The billing system calculates the parking fee based on the time parked, with a standard rate per hour.
Distributed under the MIT License. See LICENSE for more information.