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
|
@@ -18,9 +18,11 @@ inference: true
|
|
| 18 |
app_file: app.py
|
| 19 |
---
|
| 20 |
|
| 21 |
-
# 🧠 KKT-HF-TransferLearning-Models
|
| 22 |
-
|
| 23 |
-
**
|
|
|
|
|
|
|
| 24 |
|
| 25 |
[](https://huggingface.co/kkthyagharajan/KKT-HF-TransferLearning-Models)
|
| 26 |
[](https://opensource.org/licenses/MIT)
|
|
|
|
| 18 |
app_file: app.py
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# 🧠 KKT-HF-TransferLearning-Models
|
| 22 |
+
|
| 23 |
+
## **Ready-to-Use Transfer Learning Models for Image Classification**
|
| 24 |
+
|
| 25 |
+
**Created by [Thyagharajan K K](https://huggingface.co/kkthyagharajan)**
|
| 26 |
|
| 27 |
[](https://huggingface.co/kkthyagharajan/KKT-HF-TransferLearning-Models)
|
| 28 |
[](https://opensource.org/licenses/MIT)
|