Instructions to use kvssetty/kvs-image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use kvssetty/kvs-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://kvssetty/kvs-image-classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
---
|
| 2 |
version: 1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Welcome to KVS's Computer Vision Image Classification Model repo
|
| 5 |
|
|
|
|
| 1 |
---
|
| 2 |
version: 1.0.0
|
| 3 |
+
tags:
|
| 4 |
+
|
| 5 |
+
- TensorFlow
|
| 6 |
+
- Keras
|
| 7 |
+
|
| 8 |
---
|
| 9 |
## Welcome to KVS's Computer Vision Image Classification Model repo
|
| 10 |
|