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
Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (eebdd073a946fa432bd53de5cdd0cb43267881d9)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
tags:
|
| 4 |
- image-classification
|
| 5 |
-
- keras
|
| 6 |
-
library_name: keras
|
| 7 |
---
|
| 8 |
|
| 9 |
# Sample output on test set:
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: tf-keras
|
| 3 |
tags:
|
| 4 |
- image-classification
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Sample output on test set:
|