This document describes an Android application for detecting leaf diseases using image processing and neural networks. The application uses a convolutional neural network (CNN) model trained on a dataset of images of healthy and unhealthy plant leaves. The CNN classifies leaf images uploaded by users to identify the disease and provide an accurate diagnosis. The application aims to help farmers and students quickly identify plant diseases to control their spread and reduce agricultural losses. It analyzes leaf images using techniques like preprocessing, augmentation, feature extraction, and classification with a CNN architecture. The trained model is integrated into an Android application using TensorFlow Lite to enable real-time disease detection from smartphone photos of leaves.