Added a ML model to analyze plant leaves using CNN #947
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request for PyVerse 💡
Requesting to submit a pull request to the PyVerse repository.
Issue Title
Plant Leaf disease analyzer using machine learning
with CNN and tensorFlow
Info about the Related Issue
What's the goal of the project?
To develop an AI-powered tool that accurately detects plant diseases from leaf images, providing a fast, accessible, and scalable solution for early disease diagnosis. This tool aims to support agricultural productivity by enabling farmers and researchers to identify diseases quickly, ultimately reducing crop losses and enhancing sustainable farming practices.
Name
Pranaw Kumar
GitHub ID
pranawk
Email ID
pranawk3@outlook.com
Identify Yourself
GSSOC-extd and HacktoberFest contributor
Closes
Enter the issue number that will be closed through this PR.
Closes: #936
Describe the Add-ons or Changes You've Made
This project uses CNNs with TensorFlow to detect plant diseases from leaf images. With Python libraries for processing and Flask for a web interface, users can upload images for quick, accurate diagnoses. This tool supports efficient, real-time disease detection to aid in crop health management.
Type of Change
Select the type of change:
How Has This Been Tested?
The model has been tested through a combination of training-validation splits, cross-validation, and testing on a separate dataset of unseen images to assess the model's performance. We evaluated the model's accuracy, precision, recall, and F1-score to ensure it effectively distinguishes between healthy and diseased plants. Additionally, we used real-time testing via the Flask interface to verify the tool's responsiveness and accuracy in practical scenarios, ensuring consistent results across a variety of leaf images.
Checklist
Please confirm the following: