Edit model card

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

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
1
Inference Examples
Inference API (serverless) is not available, repository is disabled.