Instructions to use keras-io/Image-Classification-using-EANet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/Image-Classification-using-EANet 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/Image-Classification-using-EANet") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,10 +5,9 @@ language:
|
|
| 5 |
thumbnail:
|
| 6 |
|
| 7 |
tags:
|
| 8 |
-
- classification
|
| 9 |
-
- EANet
|
| 10 |
- keras
|
| 11 |
-
-
|
|
|
|
| 12 |
|
| 13 |
library_name: generic
|
| 14 |
libraries: TensorBoard
|
|
|
|
| 5 |
thumbnail:
|
| 6 |
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- keras
|
| 9 |
+
- tensorflow
|
| 10 |
+
- image-classification
|
| 11 |
|
| 12 |
library_name: generic
|
| 13 |
libraries: TensorBoard
|