DETECTING PLANT DISEASES USING MACHINE LEARNING (A STUDY CASE OF HOT PEPPER)
USER'S INSTRUCTIONS: The project work you are about to view is on "detecting plant diseases using machine learning (a study case of hot pepper)". Please, sit back and study the below research material carefully. This project topic"detecting plant diseases using machine learning (a study case of hot pepper)"have complete 5(five) Chapters. The complete Project Material/writeup include: Abstract + Introduction + etc + Literature Review + methodology + etc + Conclusion + Recommendation + References/Bibliography.Our aim of providing this"detecting plant diseases using machine learning (a study case of hot pepper)" project research material is to reduce the stress of moving from one school library to another all in the name of searching for"detecting plant diseases using machine learning (a study case of hot pepper)"research materials. We are not encouraging any form of plagiarism. This service is legal because, all institutions permit their students to read previous projects, books, articles or papers while developing their own works.
TITLE PAGE
BY
---
--/H2013/01430
DEPARTMENT OF ----
SCHOOL OF ---
INSTITUTE OF ---
APPROVAL PAGE
This is to certify that the research work,"detecting plant diseases using machine learning (a study case of hot pepper)"by ---, Reg. No. --/H2007/01430 submitted in partial fulfillment of the requirement award of a Higher National Diploma on --- has been approved.
By
--- . ---
Supervisor Head of Department.
Signature………………. Signature……………….
……………………………….
---
External Invigilator
DEDICATION
This project is dedicated to Almighty God for his protection, kindness, strength over my life throughout the period and also to my --- for his financial support and moral care towards me.Also to my mentor --- for her academic advice she often gives to me. May Almighty God shield them from the peril of this world and bless their entire endeavour Amen.
ACKNOWLEDGEMENT
The successful completion of this project work could not have been a reality without the encouragement of my --- and other people. My immensely appreciation goes to my humble and able supervisor mr. --- for his kindness in supervising this project.
My warmest gratitude goes to my parents for their moral, spiritual and financial support throughout my study in this institution.
My appreciation goes to some of my lecturers among whom are Mr. ---, and Dr. ---. I also recognize the support of some of the staff of --- among whom are: The General Manager, Deputy General manager, the internal Auditor Mr. --- and the ---. Finally, my appreciation goes to my elder sister ---, my lovely friends mercy ---, ---, --- and many others who were quite helpful.
PROJECT DESCRIPTION: This work"detecting plant diseases using machine learning (a study case of hot pepper)"research material is a complete and well researched project material strictly for academic purposes, which has been approved by different Lecturers from different higher institutions. We made Preliminary pages, Abstract and Chapter one of"detecting plant diseases using machine learning (a study case of hot pepper)"visible for everyone, then the complete material on"detecting plant diseases using machine learning (a study case of hot pepper)"is to be ordered for. Happy viewing!!!
TABLE OF CONTENTS
COVER PAGE
TITLE PAGE
APPROVAL PAGE
DEDICATION
ACKNOWLEDGEMENT
ABSTRACT
CHAPTER ONE
INTRODUCTION
- Background of the study
- Statement of the problem
- Aim and objectives of the study
- Significance of the study
CHAPTER TWO
LITERATURE REVIEW
- Review of the study
- Related work
- Hot pepper (chiles)
CHAPTER THREE
MATERIALS AND METHODS
- Dataset description
- Pre-trained models
- Transfer learning of deep convolutional neural network
- Visual geometry group model
- Resnet model
- Feature extraction and fine-tuning
- K-nearest-neighbor algorithm
- Deep-learning methodologies
- Proposed Method
CHAPTER FOUR
4.0 EXPERIMENTAL RESULTS
4.1 Tools and Setup
4.2 Measurement Criteria
4.3 Result
4.4 Discussion
CHAPTER FIVE
- Conclusion
- Recommendation
References
CHAPTER ONE
1.0 INTRODUCTION
1.1 BACKGROUND OF THE STUDY
Hot peppers comprise one of the world’s most popular crops. In 2018, the Food and Agricultural Organization reported that production of hot-pepper (item: “chiles and pepper, green”) had steadily increased to approximately 36.8-million tons, up more than 14.4% compared with 2014 (Food and Agriculture Organization , 2018). Hot-pepper production is greatly affected by climate change (Aji et al., 2020), and owing to increased importing and exporting, the influx of foreign diseases are prominent threats.
Past studies of plant disease detection used classification methods that presented a singular recognition result to the user. Unfortunately, incorrect recognition results may be output, which may lead to further crop damage. Therefore, there is a need for a system that can offer multiple candidate results so that the user can intervene and weigh options. Google (2020) presents several candidate results to an image query and allows the final selection to be made by the user. The content-based image retrieval (CBIR) technique can also be used for this purpose. CBIR extracts features by applying a specific content (e.g., color and edge) descriptor to an image, and it outputs the most similar images to a query image using similarity comparison between features. However, owing to limitations of the feature-extraction descriptor, the recognition accuracy of diseases is low at 75–83% (Piao et al., 2017). Thus, it is necessary to improve recognition performance using a deep learning algorithm.
In cases where there are insufficient data, or models are not well-trained, transfer learning can be used (Kaya et al., 2019; Deng et al., 2020; Zhuang et al., 2021). Many studies on machine vision have employed transfer learning. It has been widely applied to solve problems related to image recognition using convolutional neural network (CNN) models. Typically, copious data, time dimensions, and computing resources are required to train models with deep layers. An example is the visual geometry group (VGG) (Simonyan and Zisserman, 2014) and ResNet (He et al., 2016) models. These architectures have already shown excellent image verification performance with various large public datasets.
Transfer learning is a machine-learning methodology that focuses on knowledge transfer between domains. It can be quickly applied to tasks using pre-trained knowledge (Tsiakmaki et al., 2020; Zhuang et al., 2021). Thus, the number of cases using transfer learning to recognize diseases is increasing.
In this study, we propose an improved method for diagnosing diseases using transfer learning (machine language).
1.2 STATEMENT OF THE PROBLEM
Detecting plant leaf diseases is one of the major challenges faced by farmers in agriculture. It is very important to identify the type of leaf diseases accurately for appropriate use of pesticides. Any mistakes in identifying diseases of plants leads to reduced yield. Plant diseases can be either biotic (Balakrishna et al., 2020) or abiotic. Primary cause behind the biotic diseases are various living organisms like bacteria, virus, and fungi. Biotic diseases are affected by viruses unlike abiotic diseases which are affected by inorganic conditions like weather changes, chemicals etc. Identifying leaf diseases accurately by observing with naked eye is a difficult task. Hence, there is a requirement of an application that can detect leaf diseases accurately. There are various automated applications to identify plant leaf diseases. Most of them used texture representations extracted from leaf images with conventional Machine Learning models (Mannepalli et al., 2017). The study uses Deep learning with convolutional neural networks (CNNs) to detect hot pepper disease. Machine learning research presently perform efficient detection of plant disease from raw images. Currently, deep learning methods are performing better in literature especially in image processing.
1.3 AIM AND OBJECTIVES OF THE STUDY
The main aim of this study is to carry out a study on detecting hot pepper diseases using machine learning. The objectives of the study are:
- To ensure healthy pepper leaves and bacterial pepper leaves using transfer learning (machine language).
- To provide an early stage of hot pepper disease detection
- To improve the quantity and quality of agricultural goods
- To ensure development of the quality of the crop, and it reduces the damage for the production.
1.4 SIGNIFICANCE OF THE STUDY
The use of machine language in detecting hot pepper disease serves as an easier means of ensuring effective health screening in plants. In this way, the damage caused by diseases can be reduced by early detection.
CHAPTER FIVE
5.1 CONCLUSION
In this study, we proposed an improved method for diagnosing hot-pepper diseases using a fine-tuning-based transfer learning method. To extract deep features, we employed pre-trained VGG16, VGG19, and ResNet50 models based on the ImageNet dataset and output disease images most similar to the query image using the kNN algorithm. We used image data of 19 types of hot-pepper diseases and pests, and the experimental results showed that accuracies of 96.02 and 99.61% were achieved for diseases and pests, respectively. We also measured the effects of fine-tuning and distance metrics. The measurement results showed that fine-tuning improved the accuracy by approximately 0.7–7.38%, and the Bray-Curtis distance achieved a higher accuracy of approximately 0.65– 1.51% than that of the Euclidean distance. Furthermore, when comparing the performance between the proposed model and the classification, they showed an accuracy performance of 97.87 and 97.88%, respectively. In summary, an expert user is expected to derive more accurate pest recognition results from the proposed model, which requires manual image cropping around the disease area.
5.2 RECOMMENDATION
In the future, we will automatic the image cropping and measure its effectiveness by applying the proposed model to other crops.
CHAPTER TWO: The chapter one of this work has been displayed above. The complete chapter two of"detecting plant diseases using machine learning (a study case of hot pepper)"is also available. Order full work to download. Chapter two of"detecting plant diseases using machine learning (a study case of hot pepper)"consists of the literature review. In this chapter all the related work on"detecting plant diseases using machine learning (a study case of hot pepper)"was reviewed.
CHAPTER THREE: The complete chapter three of"detecting plant diseases using machine learning (a study case of hot pepper)"is available. Order full work to download. Chapter three of"detecting plant diseases using machine learning (a study case of hot pepper)"consists of the methodology. In this chapter all the method used in carrying out this work was discussed.
CHAPTER FOUR: The complete chapter four of"detecting plant diseases using machine learning (a study case of hot pepper)"is available. Order full work to download. Chapter four of"detecting plant diseases using machine learning (a study case of hot pepper)"consists of all the test conducted during the work and the result gotten after the whole work
CHAPTER FIVE: The complete chapter five of"detecting plant diseases using machine learning (a study case of hot pepper)"is available. Order full work to download. Chapter five of"detecting plant diseases using machine learning (a study case of hot pepper)" consist of conclusion, recommendation and references.
To "DOWNLOAD" the complete material on this particular topic above click "HERE"
Do you want our Bank Accounts? please click HERE
To view other related topics click HERE
To "SUMMIT" new topic(s), develop a new topic OR you did not see your topic on our site but want to confirm the availiability of your topic click HERE
Do you want us to research your new topic? if yes, click "HERE"
Do you have any question concerning our post/services? click HERE for answers to your questions
For more information contact us through any of the following means:
Mobile No :+2348146561114 or +2347015391124 [Mr. Innocent]
Email address :engr4project@gmail.com
COUNTRIES THAT FOUND OUR SERVICES USEFUL
Australia, Botswana, Canada, Europe, Ghana, Ireland, India, Kenya, Liberia, Malaysia, Namibia, New Zealand, Nigeria, Pakistan, Philippines, Singapore, Sierra Leone, South Africa, Uganda, United States, United Kindom, Zambia, Zimbabwe, etc
Support: +234 8146561114 or +2347015391124
Watsapp No
:+2348146561114
Email Address
:engr4project@gmail.com
FOLLOW / VISIT US VIA: