Search papers, labs, and topics across Lattice.
This paper introduces GourNet, a CNN model for classifying mango leaf diseases across eight classes (seven diseases and a healthy class) using the MangoLeafBD dataset. Preprocessing steps like resizing, rescaling, and data augmentation were applied to enhance model performance. GourNet, with only 683,656 parameters, achieves a 97% classification accuracy on the held-out test set.
A lightweight CNN can achieve 97% accuracy in classifying mango leaf diseases, offering a practical solution for early disease detection in agriculture.
Mango cultivation is crucial in the agricultural sector, significantly contributing to economic development and food security. However, diseases affecting mango leaves can significantly reduce both the production and overall fruit grade. Detecting leaf diseases at an early stage with precision is key to effective disease prevention and sustaining crop productivity. In this paper, we introduce a"deep learning"model named"GourNet", which leverages"Convolutional Neural Networks"to identify infections in mango leaves. We utilize the"MangoLeafBD"(MBD) dataset to train and assess the effectiveness of the presented model. The MBD dataset contains seven disease classes and a Healthy class, making a total of eight classes. To enhance model performance, the images are preprocessed through steps like resizing, rescaling, and data augmentation prior to training. To properly evaluate the model, the dataset is separated into 80% for training, with the remaining 20% equally split between validation and testing. Our model uses only 683,656 total parameters and achieves a classification accuracy of 97%. This research's source code can be found at: https://github.com/ekramalam/GourNet-Repo.