Instructions to use Ozi/Upsidedown_street_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use Ozi/Upsidedown_street_classifier with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("Ozi/Upsidedown_street_classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ tags:
|
|
| 6 |
library_name: keras
|
| 7 |
---
|
| 8 |
|
| 9 |
-
# Sample output on test set:
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |

|
|
|
|
| 6 |
library_name: keras
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# Sample output on test set:
|
| 10 |
+
|
| 11 |
+
14/14 [==============================] - 0s 21ms/step - loss: 0.1492 - accuracy: 0.9330
|
| 12 |
+
Test accuracy : 0.9330357313156128
|
| 13 |
|
| 14 |

|