The data is available on ‘kaggle’ which is a popular site to get datasets. We have used only a portion of the dataset(only data that is related to apple tree diseases) which makes this project stand out since there is no paper that uses this portion of data to train test and validate this data with such accuracies .There are no restrictions to access the data and is freely available. To access the data. : https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset
Open resource ↗Kaggle · vipoooool/new-plant-diseases-dataset · pdf-page:7 lines:1-44Paper record
Apple tree disease detection using VGG16 & Inceptionv3
6 Jul 2023 · 10.21203/rs.3.rs-3111729/v1
Abstract
In recent years, the term 'Precision agriculture' has gained tremendous attention due to its ability to improve crop yield while reducing its cost. This can be achieved by applying modern Machine learning and Computer vision techniques. In this paper, we propose a comprehensive study of the following deep learning models VGG16 and InceptionV3. Our approach involves training these models individually on a data-set of apple-tree leaf images, which include healthy and diseased trees,and evaluating their performance on a validation set. We also conduct experiments to compare the performance of the two models and find a distinguishable difference between their Validation accuracy. Our results show that both VGG16 and InceptionV3 achieve high accuracy in detecting apple tree diseases, with InceptionV3 outperforming VGG16 slightly. We believe that our method can be applied in real-world scenarios to help farmers detect and manage diseases in their apple trees, leading to higher crop yield and reduced costs.
Code and data availability