Automated Plant Disease Detection: CNN for Corn Maize, Tomato, and Potato
摘要
Plant ailments pose present a significant challenge to the worldwide food security and the agricultural sector. Swift and precise detection of these diseases is pivotal for effectively managing them and preventing crop yield reductions. Lately, advanced deep learning techniques, specifically Convolutional Neural Networks (CNNs), have exhibited encouraging outcomes across various tasks involving image recognition. This undertaking strives to create and execute a model founded on CNNs to prognosticate plant diseases through leaf images. The proposed strategy encompasses three main phases: compiling and preparing the data, developing the model architecture, and assessing performance. Initially, an extensive dataset of plant leaf images, encompassing leaves afflicted by diverse diseases, is assembled. The images undergo preprocessing to heighten quality and eliminate disturbances, ensuring a dependable model training process. Subsequently, a CNN structure is devised and trained to employ the dataset. The chosen CNN model adheres to a sequential design, where each layer possesses precisely one input and output. These layers are arranged sequentially to construct the entire network and incorporate multiple convolutional layers such as Conv2D, MaxPooling2D, Flatten, and Dense, enabling the learning of features from the input images. The findings underscore that the CNN-centered model for forecasting plant diseases attains remarkable training precision of 99.65%, accompanied by a testing precision of 99.44% and a validation precision of 98.61%, proficiently identifying prevalent ailments like common rust disease in corn plants, bacterial spot infection in tomato crops, and the early blight ailment in potato plants. In conclusion, the proposed CNN-driven prognostic model for plant diseases manifests encouraging outcomes in precisely recognizing these diseases from leaf images. The efficacious application of this model can assist farmers and agricultural specialists in informed decision-making, ultimately leading to enhanced crop administration, decreased losses, and a positive impact on global food security. Furthermore, this endeavor establishes a groundwork for forthcoming research and breakthroughs in the realm of deep learning-assisted plant disease detection.