An open API service indexing awesome lists of open source software.

https://github.com/waadmawlood/car-speed-detection-python

This project is a vehicle speed detection python system using a camera, capable of detecting and saving an image of the violating vehicle
https://github.com/waadmawlood/car-speed-detection-python

Last synced: 7 months ago
JSON representation

This project is a vehicle speed detection python system using a camera, capable of detecting and saving an image of the violating vehicle

Awesome Lists containing this project

README

          

# Speed-Detection-Cars

## Description
This project is a vehicle speed detection system using a camera, capable of detecting and saving an image of the violating vehicle

## Screenshots
![Screenshot](examples/Screenshot1.png)
![Screenshot](examples/Screenshot2.png)
![Screenshot](examples/Screenshot3.png)
![Screenshot](examples/Screenshot4.png)

## Installation
1. Clone the repository
2. Insatll `Python3` and `pip3`
3. Install `OpenCV` , `Numpy` and `dlib`
4. Run the `main.py` file

## Usage
1. Run the `main.py` file
2. Enter the path of the video
3. Enter Speed Limit

## License
[MIT](./LICENSE)