Arko007's picture
Upload README.md with huggingface_hub
70e1c55 verified
|
Raw
History Blame Contribute Delete
765 Bytes
---
language:
- en
license: cc-by-4.0
tags:
- agriculture
- computer-vision
- image-classification
- leaf-damage
- cabbage
pretty_name: White Cabbage Leaf Damage Dataset
task_categories:
- image-classification
---
# White Cabbage Leaf Damage Dataset
## Description
This dataset contains images of white cabbage leaves with various types of damage. It is designed for researchers and developers working on agricultural computer vision and plant pathology detection.
## Dataset Structure
The dataset is organized into folders representing different classes of leaf damage or healthy states.
## Usage
You can use this dataset with the `datasets` library:
```python
from datasets import load_dataset
dataset = load_dataset("Arko007/white-cabbage-leaf-damage")
```