Datasets:
Upload 2 files
Browse files- README.md +61 -3
- sunflower_leaf_data.csv +0 -0
README.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- feature-extraction
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- biology
|
9 |
+
pretty_name: Sunflower Leaf Dataset
|
10 |
+
size_categories:
|
11 |
+
- 10K<n<100K
|
12 |
+
---
|
13 |
+
|
14 |
+
# Sunflower Leaf Dataset
|
15 |
+
|
16 |
+
## Overview
|
17 |
+
|
18 |
+
This dataset contains data representing various characteristics of sunflower leaves. It includes measurements of leaf dimensions, area, color, and health status. This dataset is suitable for research, educational purposes, or any analysis involving plant biology.
|
19 |
+
|
20 |
+
## Dataset Details
|
21 |
+
|
22 |
+
The dataset consists of the following attributes:
|
23 |
+
|
24 |
+
- **Width (cm)**: The width of the leaf, measured in centimeters.
|
25 |
+
- **Length (cm)**: The length of the leaf, measured in centimeters.
|
26 |
+
- **Leaf Area (cm²)**: The calculated area of the leaf based on its dimensions.
|
27 |
+
- **Leaf Count**: The number of leaves sampled.
|
28 |
+
- **Color**: The color of the leaf.
|
29 |
+
- **Health Status**: The health condition of the leaf.
|
30 |
+
|
31 |
+
## File Format
|
32 |
+
|
33 |
+
The dataset is saved in CSV format as `sunflower_leaf_data.csv`. You can open this file using any text editor or spreadsheet software.
|
34 |
+
|
35 |
+
## Usage
|
36 |
+
|
37 |
+
This dataset can be used for:
|
38 |
+
|
39 |
+
- Statistical analysis of plant characteristics
|
40 |
+
- Machine learning projects
|
41 |
+
- Educational purposes in botany and agricultural studies
|
42 |
+
|
43 |
+
## License
|
44 |
+
|
45 |
+
This dataset is provided for free use. Please cite the source if utilized in research or publications.
|
46 |
+
|
47 |
+
**Citation**
|
48 |
+
```
|
49 |
+
@dataset{sunflower_leaf_dataset,
|
50 |
+
author = {Ayush Thakur},
|
51 |
+
title = {Sunflower Leaf Dataset},
|
52 |
+
year = {2024},
|
53 |
+
publisher = {Reconfigure},
|
54 |
+
url = {reconfigure.in/datasets},
|
55 |
+
note = {This dataset includes measurements of sunflower leaf width, length, area, color, and health status.}
|
56 |
+
}
|
57 |
+
```
|
58 |
+
|
59 |
+
## Contact
|
60 |
+
|
61 |
+
For questions or feedback, please contact ayush.th2002@gmail.com
|
sunflower_leaf_data.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|