Instructions to use nico9ga/fruits-Classification-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use nico9ga/fruits-Classification-Model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://nico9ga/fruits-Classification-Model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ model-index:
|
|
| 13 |
metrics:
|
| 14 |
- name: Accuracy
|
| 15 |
type: accuracy
|
| 16 |
-
value: 0.
|
| 17 |
license: unlicense
|
| 18 |
language:
|
| 19 |
- es
|
|
|
|
| 13 |
metrics:
|
| 14 |
- name: Accuracy
|
| 15 |
type: accuracy
|
| 16 |
+
value: 0.9896
|
| 17 |
license: unlicense
|
| 18 |
language:
|
| 19 |
- es
|