Instructions to use hoangthan/image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use hoangthan/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://hoangthan/image-classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,8 @@ pipeline_tag: image-classification
|
|
| 9 |
|
| 10 |
## Model description
|
| 11 |
|
| 12 |
-
|
|
|
|
| 13 |
|
| 14 |
## Intended uses & limitations
|
| 15 |
|
|
@@ -44,6 +45,4 @@ The following hyperparameters were used during training:
|
|
| 44 |
<details>
|
| 45 |
<summary>View Model Plot</summary>
|
| 46 |
|
| 47 |
-

|
| 48 |
-
|
| 49 |
</details>
|
|
|
|
| 9 |
|
| 10 |
## Model description
|
| 11 |
|
| 12 |
+
Image Classification for both digital image and sketch
|
| 13 |
+
(JPEG format)
|
| 14 |
|
| 15 |
## Intended uses & limitations
|
| 16 |
|
|
|
|
| 45 |
<details>
|
| 46 |
<summary>View Model Plot</summary>
|
| 47 |
|
|
|
|
|
|
|
| 48 |
</details>
|