Instructions to use naufaldewanto37/Garbage_Classification_Transfer_Learning_Xception with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use naufaldewanto37/Garbage_Classification_Transfer_Learning_Xception with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://naufaldewanto37/Garbage_Classification_Transfer_Learning_Xception") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,5 @@ pipeline_tag: image-classification
|
|
| 11 |
library_name: keras
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# Garbage Classification use CNN and Transfer Learning with Xception
|
|
|
|
|
|
| 11 |
library_name: keras
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Garbage Classification use CNN and Transfer Learning with Xception
|
| 15 |
+
Model Used for transfer learning is Xception to improve the model CNN already made
|