Update README.md
Browse files
README.md
CHANGED
@@ -108,3 +108,15 @@ labels = [
|
|
108 |
print(f"Predicted label: {labels[predicted_label]}")
|
109 |
```
|
110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
print(f"Predicted label: {labels[predicted_label]}")
|
109 |
```
|
110 |
|
111 |
+
## Citation
|
112 |
+
|
113 |
+
If you use this model in your research or applications, please cite it as follows:
|
114 |
+
```
|
115 |
+
@misc{keetawan2024plantdisease,
|
116 |
+
author = {Keetawan Limaroon},
|
117 |
+
title = {clip-vit-large-patch14-finetuned-disease: A fine-tuned model for plant disease classification and captioning},
|
118 |
+
year = {2024},
|
119 |
+
publisher = {Hugging Face},
|
120 |
+
url = {https://huggingface.co/Keetawan/clip-vit-large-patch14-plant-disease-finetuned},
|
121 |
+
}
|
122 |
+
|