Instructions to use LeninKh/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use LeninKh/test with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://LeninKh/test") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,7 @@ widget:
|
|
| 12 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
|
| 13 |
example_title: Teapot
|
| 14 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
|
|
|
| 12 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
|
| 13 |
example_title: Teapot
|
| 14 |
pipeline_tag: image-classification
|
| 15 |
+
library_name: keras
|
| 16 |
+
tags:
|
| 17 |
+
- medical
|
| 18 |
---
|