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.

Aim

Classifies Plant Seedling Images (12 Class)

Trained on https://www.kaggle.com/datasets/vbookshelf/v2-plant-seedlings-dataset

Inference

from PIL import Image
#import requests

#url = 'https://..../forest.png'         # Can be any image from URL
#image = Image.open(requests.get(url, stream=True).raw)

# File Path
file_path = r"C:\......\1_resized.png"     # Can be any image from your storage

# Show image
image = Image.open(file_path)
#image.show()

# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-classification", model="uisikdag/autotrain-weeddatabal-vit-base-patch16-224")
output=pipe(image)

Model Trained Using AutoTrain

  • Problem type: Image Classification

Validation Metrics

loss: 0.10145530104637146

f1_macro: 0.9766586634653862

f1_micro: 0.9766666666666667

f1_weighted: 0.9766586634653862

precision_macro: 0.9769017094017093

precision_micro: 0.9766666666666667

precision_weighted: 0.9769017094017094

recall_macro: 0.9766666666666666

recall_micro: 0.9766666666666667

recall_weighted: 0.9766666666666667

accuracy: 0.9766666666666667

Downloads last month
11
Safetensors
Model size
85.8M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for uisikdag/autotrain-weeddatabal-vit-base-patch16-224

Finetuned
(627)
this model

Collection including uisikdag/autotrain-weeddatabal-vit-base-patch16-224