ethz/food101
Viewer • Updated • 101k • 33.5k • 136
How to use mhamza-007/Food-Vision-101 with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://mhamza-007/Food-Vision-101")
This repository contains a fine-tuned EfficientNetB4 model trained on the Food101 dataset. The Food101 dataset comprises 101 different classes of food, making it an excellent benchmark for image classification tasks in the food domain.
sparse_categorical_crossentropy accuracy | Phase | Loss | Accuracy |
|---|---|---|
| Train | 0.4790 | 87.40% |
| Test | 0.6283 | 79.28% |
Base model
google/efficientnet-b4