Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,32 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: openai/clip-vit-large-patch14
|
3 |
+
language: en
|
4 |
+
tags:
|
5 |
+
- vision
|
6 |
+
- zero-shot-classification
|
7 |
+
- plant-disease
|
8 |
+
- agriculture
|
9 |
+
- fine-tuned
|
10 |
+
datasets:
|
11 |
+
- custom
|
12 |
+
model-index:
|
13 |
+
- name: clip-vit-large-patch14-finetuned-disease
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
# clip-vit-large-patch14-finetuned-disease
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on a custom dataset for plant disease captioning. It is designed to classify images of plant leaves and generate captions describing the disease or health condition of the leaves.
|
20 |
+
|
21 |
+
## Model Description
|
22 |
+
|
23 |
+
The `clip-vit-large-patch14-finetuned-disease` model has been fine-tuned on a dataset specifically curated to identify various diseases affecting plant leaves. This model uses the CLIP architecture to map images of leaves to descriptive captions, helping in the diagnosis and classification of plant diseases.
|
24 |
+
|
25 |
+
### Labels and Descriptions
|
26 |
+
|
27 |
+
The model is trained to classify the following plant diseases and conditions:
|
28 |
+
Healthy
|
29 |
+
Leaf Blight
|
30 |
+
Black Rot
|
31 |
+
ESCA
|
32 |
+
|