Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ language: en
|
|
3 |
tags:
|
4 |
- tensorflow
|
5 |
- classification
|
6 |
-
-
|
7 |
license: mit
|
8 |
---
|
9 |
|
@@ -31,5 +31,5 @@ This model is trained on the PlantVillage dataset, which contains labeled images
|
|
31 |
- The model's performance may vary based on image quality and environmental conditions.
|
32 |
- It may not recognize diseases not present in the training dataset.
|
33 |
|
34 |
-
|
35 |
-
|
|
|
3 |
tags:
|
4 |
- tensorflow
|
5 |
- classification
|
6 |
+
- image-classification
|
7 |
license: mit
|
8 |
---
|
9 |
|
|
|
31 |
- The model's performance may vary based on image quality and environmental conditions.
|
32 |
- It may not recognize diseases not present in the training dataset.
|
33 |
|
34 |
+
## Example
|
35 |
+
Here’s an example of how to use this model with the Inference API:
|