Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git mlflow github
Aman Singh 4de9ef46e5
Update README.md
10 months ago
32c3b3d428
Reset the git commit
1 year ago
98778e4824
Template and Setup file created
1 year ago
15d0287126
DVC init
1 year ago
277a153dac
Streamlit web app created
11 months ago
47222f1f11
Model prediction
11 months ago
src
d24ae28175
Model training completed
11 months ago
47222f1f11
Model prediction
11 months ago
32c3b3d428
Reset the git commit
1 year ago
47222f1f11
Model prediction
11 months ago
9422376117
Model file track with lfs
11 months ago
4de9ef46e5
Update README.md
10 months ago
a1de0a5aa1
Update app.py
11 months ago
git
32c3b3d428
Reset the git commit
1 year ago
6ecdd9497d
File tracking
11 months ago
277a153dac
Streamlit web app created
11 months ago
98778e4824
Template and Setup file created
1 year ago
d911afa90f
Logger and Custom exception is created
1 year ago
aa5a29548a
Data ingestion and Validation pipeline created
11 months ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Plant Disease Detection 🌱

Introduction

In modern agriculture, plants are vulnerable to diseases due to various factors such as fertilizers, cultural practices, and environmental conditions. These diseases not only affect agricultural yield but also impact the economy reliant upon it. The ability to detect plant diseases early on can significantly aid farmers in efficiently cultivating crops, both qualitatively and quantitatively. Plant Disease Detection aims to address this critical issue by providing a solution to identify diseases in plants before they spread. Through our project, we endeavor to empower farmers with timely warnings, enabling them to take proactive measures to protect their crops and sustain agricultural productivity.

Project Overview

The Plant Disease Recognition system is built using convolutional neural networks (CNNs), leveraging frameworks like TensorFlow and Keras for model development and training. The model is trained on a dataset comprising images of various plant leaves, each labeled with specific disease symptoms or classified as healthy.

Features

  • Image Processing: Pre-processing steps to enhance the image quality and prepare data for the model.
  • Disease Classification: Classifies plant diseases into multiple categories based on visible symptoms.
  • Accuracy and Performance: Optimized for high accuracy and fast performance to facilitate real-time applications.

Installation

Clone this repository to your local machine:

git clone https://github.com/aman977381/Plant-Disease-Recoginition.git
cd Plant-Disease-Recoginition

Prerequisites

Ensure you have Python installed and then install the required packages:

pip install -r requirements.txt

Contributing

Contributions to improve the Plant Disease Recognition project are welcome. Please follow these steps to contribute:

  • Fork the repository.
  • Create a new branch (git checkout -b feature_branch).
  • Make your changes and commit them (git commit -am 'Add some feature').
  • Push to the branch (git push origin feature_branch).
  • Open a pull request.
Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...