Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sugarcane Leaf Disease Detection #823

Merged
merged 28 commits into from
Jul 6, 2024
Merged

Conversation

atharv1707
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : Sugarcane Leaf Disease Detection

  • Info about the related issue (Aim of the project) : The main goal of this project is to develop a machine learning model capable of accurately classifying different diseases in sugarcane leaves.
  • Name: Atharv Pal
  • GitHub ID: atharv1707
  • Email ID: [email protected]
  • Idenitfy yourself: GSSoC'24 Contributor

Closes: #456

Description:

In this pull request, I have thoroughly analyzed and processed the dataset through the following steps:

Exploratory Data Analysis (EDA):

  • Conducted EDA to gain a comprehensive understanding of the dataset.
  • Utilized data visualization techniques to uncover patterns and insights.
  • Applied data augmentation to enhance the diversity of the training data.

Data Pipeline:

  • Built a robust data pipeline to streamline the data preprocessing and preparation process, essential for training the models.

Model Training:

Trained multiple models to compare their performance based on accuracy metrics:

  • VGG16
  • InceptionV3
  • MobileNetV2
  • Custom CNN model

Ensemble Learning:

  • Implemented an ensemble learning approach to combine the strengths of different models. This approach significantly improved the overall performance and accuracy.

Evaluation:

  • Evaluated the models using classification reports and confusion matrices to ensure the quality of the results.

This comprehensive approach has resulted in improved model performance and accuracy. I hope that these contributions are valuable to the project.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

The dataset was split into three parts with a 60:20:20 ratio for training, validation, and testing. Separate data generators were created for each subset. After training each model, I evaluated its performance against the testing dataset to ensure accurate training and robust performance. This approach confirmed that the models were correctly trained and capable of performing well on unseen data.

Checklist: ☑️

  • [ x] My code follows the guidelines of this project.
  • [ x] I have performed a self-review of my own code.
  • [ x] I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @atharv1707 :)

@atharv1707 atharv1707 changed the title Sugarcane leaf disease detection using Ensemble Learning PR Sugarcane Leaf Disease Detection Jun 28, 2024
Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Remove the Dataset/Model folder, not useful here.
  2. Rename the dataset.MD file to README.md
  3. Rename the readme.md file to README.md

@abhisheks008 abhisheks008 added Status: Requested Changes Changes requested. gssoc Girlscript Summer of Code 2024 labels Jun 28, 2024
@atharv1707
Copy link
Contributor Author

Hey @abhisheks008! I've implemented the changes based on your suggestions. Could you please review them? Thanks!

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
Fix this indentation issue.

  1. Remove the model.txt file, it's empty.

@atharv1707
Copy link
Contributor Author

hey @abhisheks008 I have deleted the file. Though the indentation seemed fine, I have edited the file suitably so that the issue doesn't come up again. Please review the changes

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Approved @atharv1707

@abhisheks008 abhisheks008 added Status: Approved Approved PR by the PA. level2 Level 2 for GSSOC and removed Status: Requested Changes Changes requested. labels Jul 6, 2024
@abhisheks008 abhisheks008 merged commit e95bcdd into abhisheks008:main Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Girlscript Summer of Code 2024 level2 Level 2 for GSSOC Points Updated Status: Approved Approved PR by the PA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sugarcane Leaf Disease Detection
2 participants