OOO "EcoSmart" — vehicle access-control system
A license-plate-recognition vehicle access-control system built for a real site: cameras feed a custom neural-network pipeline that detects and reads plates, checks them against a daily whitelist/expected-arrivals list, optionally triggers a barrier relay, reports every detection to a backend with a web front end for operators, and notifies the logistics team (email and/or SMS) that a vehicle has arrived for unloading.
The system automates vehicle access control at the site's gate. Cameras watch the entrance; a custom deep-learning pipeline (MTCNN for plate detection, an STN + recognizer net for reading it) picks the license plate out of each frame and reads it directly off the live feed — no manual lookup. Every read is checked against a daily list of expected vehicles logistics has scheduled for loading or unloading; a match can open the barrier automatically, and every detection — matched or not — is logged for operators to review.
In production, this automatic recognition of expected vehicles — tied into the logistics notification system — eliminated vehicle downtime at the gate and sped up unloading, by removing the manual step of checking each truck against the day's schedule.
(private repository — happy to share access or a demo on request)