This document summarizes a project that used a deep learning model to predict depth images from single RGB images. It discusses existing solutions using stereo cameras or Kinect devices. The project used the NYU Depth V2 dataset, splitting it into training, validation, and test sets. It implemented a model based on previous work, training it on RGB-D image pairs for 35 epochs but achieving only moderate results due to limited training data. The code and results are available online for further exploration.