This document proposes using convolutional neural networks and deep learning to detect plant leaf diseases. It discusses how plant diseases can impact food supply and the economy. The proposed system would use a CNN model trained on labeled images of healthy and diseased leaves to automatically detect diseases. It describes preprocessing input images, the architecture of the CNN model with convolutional, pooling and fully connected layers, and training the model on labeled image data. The system is intended to provide a low-cost and accurate way to detect leaf diseases early and help farmers address issues. The model achieved 96.4% accuracy in testing.