EduFalcao commited on
Commit
4881209
·
verified ·
1 Parent(s): 74cd082

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -10
README.md CHANGED
@@ -1,10 +1,32 @@
1
- This is a model used to identify diferent diseases in GrapeVine disease for the company CropVision.
2
-
3
- We had the help of the database and model weights of:
4
- @misc{keetawan2024plantdisease,
5
- author = {Keetawan Limaroon},
6
- title = {clip-vit-large-patch14-finetuned-disease: A fine-tuned model for plant disease classification and captioning},
7
- year = {2024},
8
- publisher = {Hugging Face},
9
- url = {https://huggingface.co/Keetawan/clip-vit-large-patch14-plant-disease-finetuned},
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
+