#Finding Lane Lines on the Road
This is my implementation of project 1 of the Udacity - Self-Driving Car NanoDegree . You can find the original repo under CarND-LaneLines-P1.
If you have already installed CarND Term1 Starter Kit with docker, just type docker run -it --rm -p 8888:8888 -v ${PWD}:/src udacity/carnd-term1-starter-kit P1.ipynb
. Afterwards, you will see my jupyter notebook.
For Anaconda please the instructions in CarND Term1 Starter Kit.