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

Create plant-disease-detection #278

Closed
wants to merge 1 commit into from

Conversation

AKSHITHA-CHILUKA
Copy link
Member

This pull request adds the plant-disease-detection project to the repository. The project includes:

  • A README.md file with an overview of the project and instructions for getting started.
  • A requirements.txt file listing the dependencies.
  • A src directory containing the following scripts:
    • data_preprocessing.py: For preprocessing the plant disease images.
    • model.py: Defines the CNN model architecture.
    • train.py: Script to train the model.
    • evaluate.py: Script to evaluate the model.

These additions aim to provide a comprehensive solution for detecting and classifying diseases in plant leaves using a convolutional neural network.

To test the project:

  1. Follow the instructions in the README.md to set up the environment.
  2. Run the preprocessing, training, and evaluation scripts as described.

Looking forward to feedback and suggestions!

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@@ -0,0 +1 @@

Copy link
Member Author

Choose a reason for hiding this comment

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

Title:
Add plant-disease-detection project

Description:
This pull request adds the plant-disease-detection project to the repository. The project includes:

  • A README.md file with an overview of the project and instructions for getting started.
  • A requirements.txt file listing the dependencies.
  • A src directory containing the following scripts:
    • data_preprocessing.py: For preprocessing the plant disease images.
    • model.py: Defines the CNN model architecture.
    • train.py: Script to train the model.
    • evaluate.py: Script to evaluate the model.

These additions aim to provide a comprehensive solution for detecting and classifying diseases in plant leaves using a convolutional neural network.

To test the project:

  1. Follow the instructions in the README.md to set up the environment.
  2. Run the preprocessing, training, and evaluation scripts as described.

Looking forward to feedback and suggestions!

Copy link

This PR has been automatically closed due to inactivity from the owner for 15 days.

@github-actions github-actions bot added the Stale label Jun 28, 2024
@github-actions github-actions bot closed this Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants