How to use from the
Use from the
Keras library
# 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")

Garbage Classification use CNN and Transfer Learning with Xception

Model Used for transfer learning is Xception to improve the model CNN already made

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train naufaldewanto37/Garbage_Classification_Transfer_Learning_Xception