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
This model learns all the features of 48 different kinds of plants (Healthy and diseased) from the PlantVillage Dataset, and identifies the type of disease and the plant when you input any image in the model.
This repository contains an implementation of a CNN which predicts the disease that a tomato plant has based on a picture of one of its leaves. Images were obtained from the PlantVillage dataset.
Using YOLOv8 and Detectron2 models, this project automates the detection of plant diseases from image data to facilitate early diagnosis and treatment.