# Automated Leaf Health Assessment ### Evaluating leaf health couldn't be easier. Users can upload a leaf image, and the model swiftly determines whether the leaf is in good health or not. ## Disease Detection: The model excels at identifying diverse leaf diseases. With training encompassing 38 distinct disease cases, it demonstrates robust detection capabilities across a wide range of plant health issues. ## Application: Try the application at huggingface space Application [link](https://huggingface.co/spaces/Sadashiv/CropGaurd) ## Demo: ### Input Page Image 1 ### Output Page Image 1 ## Dataset: The project utilizes an image dataset sourced from a Kaggle dataset, [link for dataset](https://www.kaggle.com/datasets/vipoooool/new-plant-diseases-dataset) However, to simplify retrieval, the dataset is stored within Hugging Face's platform. [link for dataset](https://huggingface.co/datasets/Sadashiv/Plant-Diseases-Dataset) ## Technologies Used:

Languages and Tools:

Image 1 Image 2 Image 2 Image 2 Image 2 Image 2 Image 2 Image 2

## Model Architecture: The Yolov8 model architecture is employed for this project. [Link](https://github.com/ultralytics/ultralytics) for official github repository