/sdcnd--00_starter-kit

Udacity's Self-Driving Car Engineer Nanodegree - Project #00

Primary LanguageJupyter NotebookMIT LicenseMIT

Udacity - Self-Driving Car NanoDegree

CarND-Term1-Starter-Kit-Test

Files to test the term 1 starter kit install. Run all cells in the jupyter notebook. The notebook should execute all cells with no errors.

Installation

conda create -n tf python=3.6.5 source activate tf pip install https://github.com/vearutop/builds/releases/download/tensorflow-1.7.0-cp36-cp36m-macosx_10_13_x86_64.whl/tensorflow-1.7.0-cp36-cp36m-macosx_10_13_x86_64.whl pip install keras conda install jupyter matplotlib scikit-learn pandas conda install pillow conda install -c conda-forge opencv conda install imageio pip install moviepy
conda update --all