Huddy2022 / milestone-project-mildew-detection-in-cherry-leaves

0 stars 1 forks source link

USER STORY: ML Tasks: #44

Closed Huddy2022 closed 1 year ago

Huddy2022 commented 1 year ago

As a client I want to predict if a cherry leaf is healthy or contains powdery mildew so that can quickly and accurately identify the presence of powdery mildew in my cherry crop. This will enable me to implement timely interventions and preventive measures, leading to improved disease management, higher yield, and better overall crop health.

Huddy2022 commented 1 year ago

Task 1: Count the number of images per label and set.

Huddy2022 commented 1 year ago

Task 2: Plot a bar chart for label distribution.

Huddy2022 commented 1 year ago

Task 3: Plot a pie chart for dataset distribution.

Huddy2022 commented 1 year ago

Task 4: Prepare the dataset for machine learning.

Huddy2022 commented 1 year ago

Task 5: Plot augmented images and save class indices.

Huddy2022 commented 1 year ago

Task 6: Build a convolutional neural network (CNN) model.

Action: Develop a CNN model using TensorFlow or Keras to perform the classification task of distinguishing between healthy and powdery mildew-contained cherry leaves.

Huddy2022 commented 1 year ago

Task 7: Perform hyperparameter optimization.

Huddy2022 commented 1 year ago

Task 8: Train the CNN model.

Huddy2022 commented 1 year ago

Task 9: Plot the learning curve to analyze model performance.

Huddy2022 commented 1 year ago

Task 9: Evaluate the trained model.

Huddy2022 commented 1 year ago

Task 10: Create a confusion matrix.

Huddy2022 commented 1 year ago

Task 10: Create two classification reports.

Huddy2022 commented 1 year ago

Task 11: Predict class probabilities for a random image.