- Create an Anaconda environment using conda env create -f environment.yml --name car_environment within the repo
- Activate the Anaconda environment using source activate car_environment
- Run jupyter notebook LANE_FINDING_final_version.ipynb within the repo
Starter Jupyter notebook and data provided by Udacity