Khalid-Hamad/plant-seedlings-classifier
Image Classification • Updated • 10
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image image |
|---|
Image dataset of 12 species of plant seedlings for classification tasks. Originally from the Plant Seedlings Classification Kaggle competition.
train/ — 4,750 labeled images organized by species folder
test/ — 794 unlabeled images for submission
sample_submission.csv
Labels.csv
| Black-grass (263) | Charlock (390) | Cleavers (287) |
| Common Chickweed (611) | Common wheat (221) | Fat Hen (475) |
| Loose Silky-bent (654) | Maize (221) | Scentless Mayweed (516) |
| Shepherds Purse (231) | Small-flowered Cranesbill (496) | Sugar beet (385) |
from datasets import load_dataset
ds = load_dataset("Khalid-Hamad/plant-seedlings-dataset")
Or clone and use directly:
from huggingface_hub import snapshot_download
snapshot_download(repo_id="Khalid-Hamad/plant-seedlings-dataset", repo_type="dataset")