This document discusses two deep learning models for predicting steering angles of a self-driving car from camera images. The first model uses 3D convolutional layers followed by LSTM layers to incorporate temporal information. The second model uses transfer learning with pre-trained CNN models. Both models were tested in simulation and showed potential for real-world autonomous driving applications by accurately predicting steering angles from camera images alone.