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

Added Plant_Disease notebook #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pranaykarvi
Copy link

Plant Disease

Overview
This project is a machine learning web application utilizing a Convolutional Neural Network (CNN) to make predictions based on user input data. The project includes a Jupyter notebook for training and evaluating the CNN model

Project Structure

Plant_Disease.ipynb: A Jupyter notebook focused on:

  • Data preprocessing and exploration
  • Model training using a CNN for effective feature extraction and classification
  • Evaluation of the model's performance
  • Saving the trained CNN model for use in the web app

Model Training

The CNN model is trained on a prepared dataset in Train_Dataset.ipynb, which includes:

  • Training and validation phases to assess accuracy and loss

@Pranaykarvi Pranaykarvi requested a review from imskr as a code owner January 4, 2025 13:01
@Pranaykarvi
Copy link
Author

Plant Disease

Overview This project is a machine learning web application utilizing a Convolutional Neural Network (CNN) to make predictions based on user input data. The project includes a Jupyter notebook for training and evaluating the CNN model

Project Structure

Plant_Disease.ipynb: A Jupyter notebook focused on:

  • Data preprocessing and exploration
  • Model training using a CNN for effective feature extraction and classification
  • Evaluation of the model's performance
  • Saving the trained CNN model for use in the web app

Model Training

The CNN model is trained on a prepared dataset in Train_Dataset.ipynb, which includes:

  • Training and validation phases to assess accuracy and loss

This notebook is based on the dataset called as "New Plant Diseases Dataset"
View the Dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant