This project is a vehicle speed detection and tracking system that utilizes the OpenCV library and Python programming language. The system captures video from a camera and uses object detection techniques to track vehicles in the video stream. The system then calculates the speed of the vehicles by measuring the time it takes for the vehicles to pass through two predetermined points. The system also saves data such as the speed, ID, and an image of the vehicle when it is detected. Additionally, the system is able to differentiate between vehicles that are above the speed limit and those that are not. The system also saves all the data to a specified folder.