Image Classification
Keras
English
transfer-learning
computer-vision
tensorflow
multiclass-classification
Instructions to use kkthyagharajan/KKT-HF-TransferLearning-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use kkthyagharajan/KKT-HF-TransferLearning-Models with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://kkthyagharajan/KKT-HF-TransferLearning-Models") - Notebooks
- Google Colab
- Kaggle
Upload README.md
Browse files
README.md
CHANGED
|
@@ -23,9 +23,10 @@ app_file: app.py
|
|
| 23 |
**Created by [Thyagharajan K K](https://huggingface.co/kkthyagharajan)**
|
| 24 |
|
| 25 |
[](https://huggingface.co/kkthyagharajan/KKT-HF-TransferLearning-Models)
|
| 26 |
-
[](
|
| 27 |
[](https://keras.io/)
|
| 28 |
[](https://www.tensorflow.org/)
|
|
|
|
| 29 |
|
| 30 |
---
|
| 31 |
|
|
|
|
| 23 |
**Created by [Thyagharajan K K](https://huggingface.co/kkthyagharajan)**
|
| 24 |
|
| 25 |
[](https://huggingface.co/kkthyagharajan/KKT-HF-TransferLearning-Models)
|
| 26 |
+
[](https://opensource.org/licenses/MIT)
|
| 27 |
[](https://keras.io/)
|
| 28 |
[](https://www.tensorflow.org/)
|
| 29 |
+
[](https://github.com/kkthyagharajan/KKT_DL_Package)
|
| 30 |
|
| 31 |
---
|
| 32 |
|