Model Name
This model classifies images of various vegetables and fruits.
Model Description
This model was trained using TensorFlow to classify images into categories such as apple
, banana
, beetroot
, etc.
How to Use
You can use this model in your code like this:
from transformers import pipeline
classifier = pipeline("image-classification", model="Veggies_model")
image = "path_to_your_image.jpg"
result = classifier(image)
print(result)
- Downloads last month
- 0
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.