This model is a deep learning-based image classifier trained to identify food items across 101 categories using the Food101 dataset.
This demonstrates strong generalization across a large and diverse food dataset.
1import tensorflow as tf
2import tf_keras as keras
3
4model = keras.models.load_model("food_vision_big_model.keras")
Vrudish Waghmare
Machine Learning & AI Enthusiast