File size: 2,262 Bytes
ebd96bd
 
c3ea320
ff2bf92
16c3e11
 
 
84d8596
 
 
 
 
 
f1146f1
 
84d8596
 
94d1e69
84d8596
94d1e69
 
84d8596
 
 
 
 
ebd96bd
63051b2
 
 
 
 
 
 
 
 
 
 
 
ff2bf92
63051b2
 
 
 
 
 
 
6665626
63051b2
 
 
 
ff2bf92
63051b2
c3ea320
 
 
9f3a3a8
63051b2
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
license: mit
size_categories:
- 1K<n<10K
task_categories:
- image-classification
- unconditional-image-generation
tags:
- art
dataset_info:
  features:
  - name: image
    dtype: image
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 231422952.272
    num_examples: 1657
  download_size: 265734005
  dataset_size: 231422952.272
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

## Nebula Image Dataset

### Overview
This dataset contains a collection of images depicting various types of nebulas. Nebulas are large, diffuse astronomical objects composed of ionized gases, dust, and plasma. They are often found near star-forming regions and are an important part of the life cycle of stars.

### Dataset Description
The dataset includes about one hundred high-resolution images of different nebulas, such as emission nebulas, reflection nebulas, and planetary nebulas. The images were collected from public astronomical sources and have been carefully curated to ensure high quality and diversity.

### Data Format
The dataset is stored in the Parquet file format, which is a columnar data format that provides efficient storage and query performance. The Parquet file contains a single column, `train`, which holds the file paths to the individual nebula images.

## Usage
You can use this dataset for a variety of machine learning and computer vision tasks, such as:

- Nebula classification
- Nebula segmentation
- Nebula generation or synthesis
- Astronomical image processing and analysis

To get started, cite the [datasets section](https://huggingface.co/datasets/nroggendorff/nebulae#datasets).

### License
This dataset is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute the data as long as you provide attribution.

### Datasets
```py
from datasets import load_dataset

config.dataset_name = "nroggendorff/nebulae"
dataset = load_dataset(config.dataset_name, split="image")
```

### Acknowledgements
The images in this dataset were collected from various public astronomical sources. We would like to thank the astronomers and organizations who have contributed to the advancement of our understanding of nebulas and other celestial phenomena.