Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ language:
|
|
| 4 |
- en
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
-
pipeline_tag: image-classification
|
| 8 |
tags:
|
| 9 |
- code
|
| 10 |
---
|
|
@@ -177,7 +176,4 @@ image_path = "path.jpeg"
|
|
| 177 |
prediction = predict_image(model, image_path)
|
| 178 |
print(f'The predicted class for the image is: {prediction}')
|
| 179 |
plot_image(image_path, prediction)
|
| 180 |
-
The predicted class for the image is: Cat
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
|
|
|
| 4 |
- en
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
|
|
|
| 7 |
tags:
|
| 8 |
- code
|
| 9 |
---
|
|
|
|
| 176 |
prediction = predict_image(model, image_path)
|
| 177 |
print(f'The predicted class for the image is: {prediction}')
|
| 178 |
plot_image(image_path, prediction)
|
| 179 |
+
The predicted class for the image is: Cat
|
|
|
|
|
|
|
|
|