Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,71 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- Weather
|
| 9 |
+
- Classification
|
| 10 |
+
size_categories:
|
| 11 |
+
- 10K<n<100K
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# WeatherNet-05-18039
|
| 15 |
+
|
| 16 |
+
**Author:** prithivMLmods
|
| 17 |
+
**License:** Apache 2.0
|
| 18 |
+
**Modality:** Image
|
| 19 |
+
**Format:** Parquet
|
| 20 |
+
**Size:** 10K - 100K samples
|
| 21 |
+
**Total Rows:** 18,039
|
| 22 |
+
**Dataset Size:** 544 MB
|
| 23 |
+
|
| 24 |
+
## Overview
|
| 25 |
+
|
| 26 |
+
WeatherNet-05 is a weather image classification dataset consisting of 18,039 images labeled into 5 distinct weather-related classes. The dataset is suitable for training and evaluating computer vision models on the task of classifying weather conditions based on image data.
|
| 27 |
+
|
| 28 |
+
## Dataset Structure
|
| 29 |
+
|
| 30 |
+
- **Split:** `train`
|
| 31 |
+
- **Number of rows:** 18,039
|
| 32 |
+
- **Label Type:** Categorical (5 classes)
|
| 33 |
+
- **Image Resolution:** Varies (from 90px to 4.86k px width)
|
| 34 |
+
- **File Format:** Auto-converted to Parquet for efficient processing
|
| 35 |
+
|
| 36 |
+
## Label Classes
|
| 37 |
+
|
| 38 |
+
The dataset contains the following classes (not fully visible in the image but inferred from partial data):
|
| 39 |
+
|
| 40 |
+
- cloudy or overcast
|
| 41 |
+
- [4 other class names not displayed in the screenshot]
|
| 42 |
+
|
| 43 |
+
## Usage
|
| 44 |
+
|
| 45 |
+
You can use the dataset directly with Hugging Face's `datasets` library:
|
| 46 |
+
|
| 47 |
+
```python
|
| 48 |
+
from datasets import load_dataset
|
| 49 |
+
|
| 50 |
+
dataset = load_dataset("prithivMLmods/WeatherNet-05")
|
| 51 |
+
````
|
| 52 |
+
|
| 53 |
+
## Applications
|
| 54 |
+
|
| 55 |
+
This dataset is ideal for:
|
| 56 |
+
|
| 57 |
+
* Weather image classification
|
| 58 |
+
* Transfer learning with visual transformers
|
| 59 |
+
* Fine-tuning pre-trained computer vision models
|
| 60 |
+
|
| 61 |
+
## Related Models
|
| 62 |
+
|
| 63 |
+
This dataset has been used to train or fine-tune models such as:
|
| 64 |
+
|
| 65 |
+
* `prithivMLmods/Weather-Image-Classification` (Image Classification)
|
| 66 |
+
|
| 67 |
+
## Collections
|
| 68 |
+
|
| 69 |
+
This dataset is part of the collection:
|
| 70 |
+
|
| 71 |
+
* `Content Filters SigLIP2/ViT` (Moderation, Balance, Contextual Understanding)
|