Coffee Leaf Disease Detection Using CNN

Anilkumar Shetty
DOI: https://doi.org/10.22214/ijraset.2024.63940
2024-08-31
International Journal for Research in Applied Science and Engineering Technology
Abstract:Abstract: The project presents a comprehensive approach to detecting coffee leaf diseases through deep learning techniques, specifically utilizing Convolutional Neural Networks (CNNs). The system is built upon the VGG16 architecture, which has been fine-tuned to recognize and classify four types of coffee leaf conditions: Minor, Nodisease, Phoma, and Rust. A comprehensive preprocessing pipeline has been established to improve image quality, guaranteeing that the model is trained on well-optimized data. Data augmentation is used during training to avoid overfitting and enhance the model's ability to generalize to new data. The model is validated on a separate test set, where it achieves an accuracy of approximately 88%, indicating a high level of reliability in disease detection. Additionally, the project includes tools for evaluating the model's performance through metrics like accuracy, True Positive Rate(TPR), True Negative Rate(TNR), and False Positive Rate(FPR), providing a detailed analysis of its effectiveness. The final system is also equipped with a user-friendly interface for real-time disease detection, which can significantly benefit coffee farmers by enabling early intervention and reducing the impact of diseases on crop production. This project underscores the potential of CNNs in precision agriculture, paving the way for more intelligent and automated farming solutions
What problem does this paper attempt to address?