VISION Gate – End-to-End IoT & AI Smart Parking Solution
VISION Gate is a smart parking system where users register via the mobile app.
When approaching the garage, the camera scans the license plate and checks it against the system for secure, automated entry.
AI Model
Objectives:
Detect license plates from images.
Extract plate numbers as text.
Provide API for integration.
Tools & Tech:
YOLO → plate detection
OpenCV → image preprocessing
EasyOCR → text recognition
Flask API → serve predictions
Pipeline:
API receives image
YOLO detects bounding box
OpenCV crops plate
EasyOCR extracts text
Flask returns license number