Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,63 @@ colorFrom: green
|
|
| 6 |
colorTo: green
|
| 7 |
pinned: true
|
| 8 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# Plant Disease Treatment Assistant
|
| 10 |
|
| 11 |
This application helps farmers and gardeners identify plant diseases and get treatment recommendations. It combines:
|
|
|
|
| 6 |
colorTo: green
|
| 7 |
pinned: true
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
# Plant Disease Treatment Assistant
|
| 11 |
+
|
| 12 |
+
This application helps identify plant diseases from images and provides treatment recommendations. It uses a deep learning model trained on the PlantVillage dataset to classify plant diseases from uploaded images.
|
| 13 |
+
|
| 14 |
+
## Features
|
| 15 |
+
|
| 16 |
+
- **Image-based Disease Detection**: Upload an image of a plant leaf to identify diseases
|
| 17 |
+
- **Treatment Recommendations**: Get specific treatment advice for identified diseases
|
| 18 |
+
- **Q&A System**: Ask questions about plant diseases and treatments
|
| 19 |
+
|
| 20 |
+
## How to Use
|
| 21 |
+
|
| 22 |
+
1. **Image Analysis**:
|
| 23 |
+
- Upload a clear image of a plant leaf
|
| 24 |
+
- Click "Analyze Image"
|
| 25 |
+
- View the diagnosis and treatment recommendations
|
| 26 |
+
|
| 27 |
+
2. **Q&A**:
|
| 28 |
+
- Type a question about plant diseases or treatments
|
| 29 |
+
- Click "Get Answer"
|
| 30 |
+
- View the response with relevant information
|
| 31 |
+
|
| 32 |
+
## Dataset
|
| 33 |
+
|
| 34 |
+
This application uses the PlantVillage dataset, which contains images of healthy and diseased plant leaves across various crops including:
|
| 35 |
+
- Apple
|
| 36 |
+
- Cherry
|
| 37 |
+
- Corn
|
| 38 |
+
- Grape
|
| 39 |
+
- Peach
|
| 40 |
+
- Pepper
|
| 41 |
+
- Potato
|
| 42 |
+
- Strawberry
|
| 43 |
+
- Tomato
|
| 44 |
+
|
| 45 |
+
## Model Details
|
| 46 |
+
|
| 47 |
+
The application uses a ResNet-50 model fine-tuned on the PlantVillage dataset.
|
| 48 |
+
|
| 49 |
+
## Citation
|
| 50 |
+
|
| 51 |
+
If you use this application or the model in your research, please cite:
|
| 52 |
+
|
| 53 |
+
\`\`\`
|
| 54 |
+
@article{hughes2015open,
|
| 55 |
+
title={An open access repository of images on plant health to enable the development of mobile disease diagnostics},
|
| 56 |
+
author={Hughes, David P and Salath{\'e}, Marcel},
|
| 57 |
+
journal={arXiv preprint arXiv:1511.08060},
|
| 58 |
+
year={2015}
|
| 59 |
+
}
|
| 60 |
+
\`\`\`
|
| 61 |
+
|
| 62 |
+
## Created By
|
| 63 |
+
|
| 64 |
+
This application was created as a demonstration of how machine learning can be applied to agricultural problems.
|
| 65 |
+
|
| 66 |
# Plant Disease Treatment Assistant
|
| 67 |
|
| 68 |
This application helps farmers and gardeners identify plant diseases and get treatment recommendations. It combines:
|