Instructions to use itshemantkmr/2D_Shape_Image_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use itshemantkmr/2D_Shape_Image_Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://itshemantkmr/2D_Shape_Image_Classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,6 @@ metrics:
|
|
| 6 |
- accuracy
|
| 7 |
base_model: google/mobilenet_v2_1.0_224
|
| 8 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
| 9 |
---
|
|
|
|
| 6 |
- accuracy
|
| 7 |
base_model: google/mobilenet_v2_1.0_224
|
| 8 |
pipeline_tag: image-classification
|
| 9 |
+
datasets:
|
| 10 |
+
- itshemantkmr/2D_Shape_Image_Datasets
|
| 11 |
---
|