This document proposes a real-time automated system to detect overspeeding vehicles using computer vision techniques. The system uses a camera to capture video of vehicles on the road. It detects vehicles using a classifier and estimates their speed using distance and time calculations between frames. For vehicles detected as overspeeding, it performs license plate detection using YOLOv3 and optical character recognition to extract the plate text. This text is then sent to a government database to identify the vehicle owner in order to enforce overspeeding laws. The system aims to automatically detect and identify overspeeding in real-time without expensive equipment or additional traffic police.