Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ loss: sparse_categorical_crossentropy
|
|
| 25 |
input_shape: (256, 256, 3)
|
| 26 |
output_activation: softmax
|
| 27 |
checkpoint: best_model.weights.h5
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# Animal Recognition Model
|
|
@@ -72,4 +73,4 @@ print(f"Predicted class: {predicted_class}")
|
|
| 72 |
- **Augmentation:** Applied during training
|
| 73 |
|
| 74 |
## Model Performance
|
| 75 |
-
|
|
|
|
| 25 |
input_shape: (256, 256, 3)
|
| 26 |
output_activation: softmax
|
| 27 |
checkpoint: best_model.weights.h5
|
| 28 |
+
pipeline_tag: image-classification
|
| 29 |
---
|
| 30 |
|
| 31 |
# Animal Recognition Model
|
|
|
|
| 73 |
- **Augmentation:** Applied during training
|
| 74 |
|
| 75 |
## Model Performance
|
| 76 |
+
Will be updated soon
|