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

User Story: Data Collection #7

Open
10 of 11 tasks
teman67 opened this issue Feb 18, 2024 · 0 comments
Open
10 of 11 tasks

User Story: Data Collection #7

teman67 opened this issue Feb 18, 2024 · 0 comments

Comments

@teman67
Copy link
Owner

teman67 commented Feb 18, 2024

As a Developer I need to collect images to train the machine-learning (ML) model so a User can use the ML model for plant disease prediction.

  • Compile a diverse dataset of high-quality images depicting healthy apple leaves and leaves infected with powdery mildew or rust.
  • Annotate the images with corresponding labels indicating the presence of powdery mildew, rust, or their absence (healthy).
  • Preprocess the image data to standardize resolution, color balance, and orientation for consistent model training.
  • Split the dataset into training, validation, and testing subsets to facilitate model evaluation and validation.
  • Augment the image dataset by applying transformations such as rotation, scaling, and cropping to increase model robustness and generalization.
  • Select and implement appropriate deep learning architectures or machine learning algorithms for image classification tasks.
  • Train the ML model using the annotated image dataset and evaluate its performance using validation metrics such as accuracy, precision, recall, and F1 score.
  • Fine-tune the model parameters and hyperparameters to optimize performance and minimize overfitting.
  • Validate the trained model using the testing subset to assess its generalization capability and real-world performance.
  • Document the model training process, including dataset preparation, model architecture, training parameters, and evaluation results, for reproducibility and future reference.
  • Continuously update and refine the ML model based on feedback, new data, and emerging research findings to improve prediction accuracy and usability.
@teman67 teman67 moved this from Ready to In progress in Plant-Disease-Classification Feb 18, 2024
@teman67 teman67 moved this from In progress to In review in Plant-Disease-Classification Feb 22, 2024
@teman67 teman67 moved this from In review to Done in Plant-Disease-Classification Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant