You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project aims to develop a system that can accurately identify various diseases in plants using machine learning algorithms. The project aims to provide a tool that can help farmers and plant pathologists quickly identify and treat plant diseases, leading to higher crop yields and better food security.
PlantGuard is a deep learning-powered plant disease detection system using ResNet-18 CNN to analyze leaf images and identify common diseases like powdery mildew and rust with real-time confidence scoring.
This repository contains code and resources for classifying eggplant diseases using Convolutional Neural Networks (CNN). The project aims to provide a solution for identifying diseases in eggplants through image classification techniques, facilitating early detection and intervention to prevent crop losses.
A machine learning-based project aimed at detecting and identifying plant diseases from images of affected plants. Plant Disease Detection Project Includes Source Code, PPT, Synopsis, Report, Documents, Base Research Paper & Video tutorials
Detailed guide on how to train model using Python TensorFlow and the training data. Also has code to split, train, test and convert the .h5/.keras to .tflite
Our mission is to help in identifying plant diseases efficiently. Upload an image of a plant, and our system will analyze it to detect any signs of diseases. Together, let's protect our crops and ensure a healthier harvest!
The Project aims to detect Potato Plant Disease🌱 from the uploaded images of the leaves of the before the plant gets the disease. The main aim of the repo was to learn CNN's with tensorflow.
In this project, I trained a YOLOv8 model to detect diseases in tomato and potato plants. Accurate and timely detection of plant diseases is essential for effective crop management, and YOLOv8 offers the ability to perform real-time detection, making it a suitable choice for agricultural applications.
This app uses a deep learning model built with PyTorch to detect diseases in plants based on images of their leaves. Currently, the app supports disease detection for maize (corn), but we plan to expand to more plants in the future.