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
|
@@ -5,6 +5,12 @@ tags:
|
|
| 5 |
- Image Classification
|
| 6 |
- Keras
|
| 7 |
- TensorFlow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
|
|
|
|
| 5 |
- Image Classification
|
| 6 |
- Keras
|
| 7 |
- TensorFlow
|
| 8 |
+
|
| 9 |
+
extra_gated_prompt: "You agree to not use the model to conduct experiments that cause harm to human subjects."
|
| 10 |
+
extra_gated_fields:
|
| 11 |
+
Company: text
|
| 12 |
+
Country: text
|
| 13 |
+
I agree to use this model for non-commerical use ONLY: checkbox
|
| 14 |
---
|
| 15 |
|
| 16 |
|