nroggendorff commited on
Commit
63051b2
1 Parent(s): b6012c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ ## Nebula Image Dataset
6
+
7
+ ### Overview
8
+ 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.
9
+
10
+ ### Dataset Description
11
+ 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.
12
+
13
+ ### Data Format
14
+ 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.
15
+
16
+ ### Usage
17
+ You can use this dataset for a variety of machine learning and computer vision tasks, such as:
18
+
19
+ - Nebula classification
20
+ - Nebula segmentation
21
+ - Nebula generation or synthesis
22
+ - Astronomical image processing and analysis
23
+
24
+ To get started, you can load the Parquet file using a library like Pandas or PyArrow, and then access the image paths to load the individual images for your project.
25
+
26
+ ### License
27
+ 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.
28
+
29
+ ### Citation
30
+ If you use this dataset in your research or project, please cite the following:
31
+
32
+ ```py
33
+ dataset_name = "nroggendorff/nebulae"
34
+ dataset = load_dataset(config.dataset_name, split="train")
35
+ ```
36
+
37
+ ### Acknowledgements
38
+ 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.