🤖 AI Summary
Crop diseases pose a severe threat to global food security, yet existing early-detection methods suffer from significant latency and insufficient accuracy. To address this, we propose an end-to-end lightweight deep learning framework that jointly performs image-based disease classification and pesticide recommendation. The model integrates a multi-class CNN classifier—implemented in TensorFlow/Keras with convolutional, ReLU, pooling, and softmax layers—with a rule-based treatment advisory module, enabling automated identification of eight common crop diseases. Robust generalization is achieved through systematic image preprocessing and data augmentation. The model achieves 90% training accuracy and 60% validation accuracy, demonstrating strong generalization on unseen field samples. Deployed on an open-source mobile platform, the system supports real-time, on-site diagnosis in agricultural settings. This work significantly enhances the accuracy, timeliness, and accessibility of disease detection at scale, thereby advancing the practical implementation of intelligent precision agriculture.
📝 Abstract
Crop diseases present a significant barrier to agricultural productivity and global food security, especially in large-scale farming where early identification is often delayed or inaccurate. This research introduces a Convolutional Neural Network (CNN)-based image classification system designed to automate the detection and classification of eight common crop diseases using leaf imagery. The methodology involves a complete deep learning pipeline: image acquisition from a large, labeled dataset, preprocessing via resizing, normalization, and augmentation, and model training using TensorFlow with Keras' Sequential API. The CNN architecture comprises three convolutional layers with increasing filter sizes and ReLU activations, followed by max pooling, flattening, and fully connected layers, concluding with a softmax output for multi-class classification. The system achieves high training accuracy (~90%) and demonstrates reliable performance on unseen data, although a validation accuracy of ~60% suggests minor overfitting. Notably, the model integrates a treatment recommendation module, providing actionable guidance by mapping each detected disease to suitable pesticide or fungicide interventions. Furthermore, the solution is deployed on an open-source, mobile-compatible platform, enabling real-time image-based diagnostics for farmers in remote areas. This research contributes a scalable and accessible tool to the field of precision agriculture, reducing reliance on manual inspection and promoting sustainable disease management practices. By merging deep learning with practical agronomic support, this work underscores the potential of CNNs to transform crop health monitoring and enhance food production resilience on a global scale.