This document presents research on using Regional Convolutional Neural Networks (R-CNN) to automatically detect diabetic retinopathy from fundus images. The researchers trained an R-CNN model on 130 fundus images and tested it on 110 images. It classified the images into two groups: with diabetic retinopathy and without. The R-CNN approach segmented the whole image and focused classification only on regions of interest. This was found to be more efficient and accurate than regular CNN in terms of speed and accuracy. The R-CNN model achieved an accuracy of approximately 93.8% on the test images. Challenges included the computational complexity which required moving to more powerful systems for training the neural network model.