Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
its-kumar-yash committed Jun 1, 2024
1 parent dc5a7cc commit 6dc99bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plant-Disease-Prediction/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tomato Plant Disease Detection using TinyML
# Tomato Plant Disease Prediction using TinyML

This comment has been minimized.

Copy link
@AKSHITHA-CHILUKA

AKSHITHA-CHILUKA Jun 11, 2024

Member

Machine Learning Repositories

Welcome to Machine Learning Repositories! 🚀 This repository is a curated list of awesome machine learning frameworks, libraries, and software, organized by programming language.

This repository is designed to be beginner-friendly, and new contributors will be given priority. However, please note that repeated issue creation for more scores will be considered a flag. Let's maintain a healthy and collaborative environment for learning and contributing!

Contribution Guidelines

Thank you for considering contributing to this repository! To contribute, please follow these guidelines:

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine:
    git clone https://github.com/your-username/machine-learning-repos.git
    cd machine-learning-repos
## Description
This project develops a lightweight machine learning model techniques to detect tomato plant diseases from leaf images in real-time. By leveraging TensorFlow, the model runs directly on edge devices, providing immediate insights for agricultural decision-making. With a dataset of 16,011 images across 10 disease categories, the model undergoes rigorous preprocessing, augmentation, and optimization. Real-world testing validates its effectiveness, offering farmers a convenient tool for on-site disease diagnosis, potentially revolutionizing agricultural practices.
Expand Down

1 comment on commit 6dc99bb

@AKSHITHA-CHILUKA
Copy link
Member

Choose a reason for hiding this comment

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

Plant Disease Detection using CNN

Introduction

This project aims to develop a convolutional neural network (CNN) model to accurately detect and classify diseases in plant leaves from images, helping farmers manage crop health more effectively. The CNN model is trained on a dataset containing images of healthy and diseased plant leaves across various categories of diseases.

Dataset

The dataset used for training and testing the CNN model is the PlantVillage Dataset, which contains images of various plant diseases and healthy plant leaves. The dataset includes images of several plant species, such as tomatoes, potatoes, apples, grapes, and more.

Model Architecture

The CNN model architecture used for this project consists of multiple convolutional layers followed by max-pooling layers, dropout layers for regularization, and fully connected layers. The final layer uses the softmax activation function to classify the input image into different disease categories.

Technology Stack

  • Python
  • TensorFlow
  • Keras
  • NumPy
  • Matplotlib

Directory Structure

Please sign in to comment.