- Clone this repo.
- Download and install Anaconda.
- Run
conda create --name lane-finding-demo python=3
to install Anaconda. - Run
source activate lane-finding-demo
to activate the Anaconda environment you just created. - Run
conda install -c menpo opencv3
to install OpenCV3 (a computer vision library) in the environment. - Run
conda install matplotlib
to install matplotlib (a display library). - Run
jupyter notebook demo.ipynb
to run the Jupyter notebook in your web browser. - Have fun!