It's an Car Detection for self-Driving cars using raspberry pi
DEMO VIDEO
Prerequsites:
python3.6.2
https://www.python.org/downloads/release/python-362/
Virtualenv
pip install Virtualenvcreating virtual environment
vuirtual opencvactivate virtual environment
.\Scripts\activateopen-cv
pip install opencv-python-contribOpen python IDLE
import cv2if there is no error then the open cv is installed
python car_detection.pyLicensed under the MIT License