Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.75 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.75 KB

Car-Detection

forthebadge made-with-python Python 3.6 PyPI license

GitHub forks GitHub star

It's an Car Detection for self-Driving cars using raspberry pi

DEMO VIDEO

IMAGE ALT TEXT HERE

Prerequsites:

python3.6.2

https://www.python.org/downloads/release/python-362/

Virtualenv

pip install Virtualenv

For running the code first create a virtual environment by the following command

creating virtual environment

vuirtual opencv

For activate virutal environment use following command

activate virtual environment

.\Scripts\activate

Now install opencv on the virtualenv by following command

open-cv

pip install opencv-python-contrib

Make sure you are in the Open cv is installed using following command

Open python IDLE

import cv2

if there is no error then the open cv is installed

to run the code use

python car_detection.py

License & Copyright

© Arbaz Khan

Licensed under the MIT License