This project uses deep neural networks and convolutional neural networks to clone driving behavior. It trains, validates and tests a model using Keras. The model will output a steering angle to an autonomous vehicle.
- model.py - The script used to create and train the model.
- drive.py - The script to drive the car.
- model.h5 - The saved model.
- Writeup.md - This markdown files explain the structure of your network and training approach. The writeup also includes examples of images from the dataset in the discussion of the characteristics of the dataset.
- video.mp4 - A video recording of the vehicle driving autonomously one lap around the track.
These were created in accordance to the project rubric
