Pests_Diseases_Detection / README copy.md
Boyun7's picture
upload all files
03d5bce

A newer version of the Gradio SDK is available: 6.14.0

Upgrade
metadata
title: Pest and Disease Classification ๐ŸŒฟ
emoji: ๐ŸŒฑ
colorFrom: green
colorTo: yellow
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false

๐ŸŒฟ Pest and Disease Classification Demo

This demo provides a simple web interface for classifying pests and diseases in citrus leaves.

๐Ÿง  Model

The model is based on a CNN backbone (ResNet50 by default) trained on a labeled dataset of citrus plant leaves.

  • Framework: PyTorch
  • Interface: Gradio
  • Backbone: ResNet50
  • Task: Image classification

๐Ÿš€ How to Use

  1. Click โ€œUpload Imageโ€ and select a photo of a citrus leaf.
  2. The app will output the predicted pest or disease category with confidence scores.

๐Ÿ“‚ Repository Structure