YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Food Recognition Model

This model classifies food items using a trained TensorFlow.js model.

Usage

from transformers import pipeline

model = pipeline("image-classification", model="username/food-recognition-tfjs")
result = model("path/to/food/image.jpg")
print(result)
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support