Car detection and tracking in Python using OpenCV and [Haar Cascade Classifier]. You can download the classifier here --> haarcascade_car.xml
- Python
- OpenCV
- Numpy
1. [Clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this repo.
2. Go to the directory of this repo cloned onto your local machine and open cmd.
3. Install the prerequisites by running `pip install requirements.txt` in cmd.
5. Run the python files of your choice by typing the file name in the cmd as `car_detection_img.py` or `car_detection_vid.py`
ADITYA GANDHAMAL