YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This is a fine-tuned MobileNetv2 model on Indian food classification dataset for 80 labels.
Epochs-20
File saved-.keras
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://AgamP/MobileNetV2_Food_Classif_e20")