This document describes a method for detecting plant diseases using image processing techniques. The method involves capturing images of plant leaves using a digital camera, preprocessing the images by converting them to grayscale and removing noise. Edge detection algorithms like Canny and Sobel are then applied to detect edges. K-means clustering is used for image segmentation to segment unhealthy parts of leaves. The process results in an effective solution for segmenting diseased areas of leaves.