https://github.com/ishitaagl20/vehicledetection
Exploratory project into Vehicle Detection
https://github.com/ishitaagl20/vehicledetection
computer-vision haar-cascade-classifier motion-detection opencv python speed-estimation vehicle vehicle-detection
Last synced: about 2 months ago
JSON representation
Exploratory project into Vehicle Detection
- Host: GitHub
- URL: https://github.com/ishitaagl20/vehicledetection
- Owner: ishitaagl20
- Created: 2023-03-30T14:30:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T17:42:56.000Z (about 3 years ago)
- Last Synced: 2025-03-24T20:19:31.526Z (over 1 year ago)
- Topics: computer-vision, haar-cascade-classifier, motion-detection, opencv, python, speed-estimation, vehicle, vehicle-detection
- Language: Jupyter Notebook
- Homepage:
- Size: 29.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vehicle Detection🚗
Exploratory project into Vehicle Detection.
Performed an Exploratory Analysis.
Worked on two models with different approaches, one purely based on Machine Learning and the other purely on Computer Vision.
Also Worked on a speed check mechanism.
References were taken from GitHub and Kaggle