This document describes a project to convert a remote-controlled car into a self-driving car using behavioral cloning and deep learning. The researchers recorded video of themselves driving the RC car manually and used this data to train a convolutional neural network to map images from the car's camera to steering commands. Their model achieved 84.5% accuracy in testing and was able to autonomously drive the car forward, left, and right based on the training. While successful, the approach has limitations such as requiring an expert driver for training and not handling dynamically changing scenarios well. The researchers suggest ways to improve the system such as using more powerful hardware and adding navigation and object detection capabilities.