Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,49 +1,49 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: CropGuard Tech Plant Disease Detection
|
| 3 |
-
emoji: 🌱
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: blue
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
---
|
| 12 |
-
|
| 13 |
-
# CropGuard Tech - Plant Disease Detection
|
| 14 |
-
|
| 15 |
-
AI-powered plant disease detection system using deep learning CNN model.
|
| 16 |
-
|
| 17 |
-
## Model Specifications
|
| 18 |
-
|
| 19 |
-
- **Architecture**: Convolutional Neural Network (CNN)
|
| 20 |
-
- **Input Size**: 150x150x3 RGB images
|
| 21 |
-
- **Classes**: 70 disease categories
|
| 22 |
-
- **Accuracy**: 95%+ on validation set
|
| 23 |
-
- **Training Platform**: Google Colab
|
| 24 |
-
- **Dataset**: Kaggle Plant Disease Dataset (10,000+ images)
|
| 25 |
-
|
| 26 |
-
## Supported Crops (19+)
|
| 27 |
-
|
| 28 |
-
Apple, Blueberry, Cauliflower, Cherry, Corn (maize), Cotton, Grape, Jackfruit, Mango, Orange, Peach, Pepper (bell), Potato, Pumpkin, Raspberry, Rice, Soybean, Strawberry, Sugarcane, Tomato
|
| 29 |
-
|
| 30 |
-
## Disease Categories
|
| 31 |
-
|
| 32 |
-
- **Fungal** (35 classes): Blight, Mildew, Rust, Rot, Spot, Scab, Mold
|
| 33 |
-
- **Bacterial** (10 classes): Bacterial Spot, Canker, Blight
|
| 34 |
-
- **Viral** (4 classes): Mosaic Virus, Curl Virus
|
| 35 |
-
- **Pest** (5 classes): Aphids, Spider Mites, Weevils, Midge
|
| 36 |
-
- **Healthy** (16 classes): One per crop type
|
| 37 |
-
|
| 38 |
-
## Usage
|
| 39 |
-
|
| 40 |
-
Upload an image of a plant leaf to get disease predictions with confidence scores.
|
| 41 |
-
|
| 42 |
-
## Creator
|
| 43 |
-
|
| 44 |
-
**Beauttah Kipruto**
|
| 45 |
-
Student at Elimu High School
|
| 46 |
-
|
| 47 |
-
## Model Repository
|
| 48 |
-
|
| 49 |
-
[View Model Files](https://huggingface.co/4lph4v3rs3/plant-disease-classification-model)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: CropGuard Tech Plant Disease Detection
|
| 3 |
+
emoji: 🌱
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 6.2.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# CropGuard Tech - Plant Disease Detection
|
| 14 |
+
|
| 15 |
+
AI-powered plant disease detection system using deep learning CNN model.
|
| 16 |
+
|
| 17 |
+
## Model Specifications
|
| 18 |
+
|
| 19 |
+
- **Architecture**: Convolutional Neural Network (CNN)
|
| 20 |
+
- **Input Size**: 150x150x3 RGB images
|
| 21 |
+
- **Classes**: 70 disease categories
|
| 22 |
+
- **Accuracy**: 95%+ on validation set
|
| 23 |
+
- **Training Platform**: Google Colab
|
| 24 |
+
- **Dataset**: Kaggle Plant Disease Dataset (10,000+ images)
|
| 25 |
+
|
| 26 |
+
## Supported Crops (19+)
|
| 27 |
+
|
| 28 |
+
Apple, Blueberry, Cauliflower, Cherry, Corn (maize), Cotton, Grape, Jackfruit, Mango, Orange, Peach, Pepper (bell), Potato, Pumpkin, Raspberry, Rice, Soybean, Strawberry, Sugarcane, Tomato
|
| 29 |
+
|
| 30 |
+
## Disease Categories
|
| 31 |
+
|
| 32 |
+
- **Fungal** (35 classes): Blight, Mildew, Rust, Rot, Spot, Scab, Mold
|
| 33 |
+
- **Bacterial** (10 classes): Bacterial Spot, Canker, Blight
|
| 34 |
+
- **Viral** (4 classes): Mosaic Virus, Curl Virus
|
| 35 |
+
- **Pest** (5 classes): Aphids, Spider Mites, Weevils, Midge
|
| 36 |
+
- **Healthy** (16 classes): One per crop type
|
| 37 |
+
|
| 38 |
+
## Usage
|
| 39 |
+
|
| 40 |
+
Upload an image of a plant leaf to get disease predictions with confidence scores.
|
| 41 |
+
|
| 42 |
+
## Creator
|
| 43 |
+
|
| 44 |
+
**Beauttah Kipruto**
|
| 45 |
+
Student at Elimu High School
|
| 46 |
+
|
| 47 |
+
## Model Repository
|
| 48 |
+
|
| 49 |
+
[View Model Files](https://huggingface.co/4lph4v3rs3/plant-disease-classification-model)
|