Instructions to use keras-io/semantic-image-clustering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/semantic-image-clustering 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("keras-io/semantic-image-clustering") - Notebooks
- Google Colab
- Kaggle
Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (e1139a817d32c93f182fefcc9bf1697c701ff7ce)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: keras
|
| 3 |
-
tags:
|
| 4 |
-
- clustering
|
| 5 |
datasets:
|
| 6 |
- CIFAR-10
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
## Model description
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
datasets:
|
| 3 |
- CIFAR-10
|
| 4 |
+
library_name: tf-keras
|
| 5 |
+
tags:
|
| 6 |
+
- clustering
|
| 7 |
---
|
| 8 |
|
| 9 |
## Model description
|