DarwinAnim8or commited on
Commit
59a33c5
1 Parent(s): 47020be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -2
README.md CHANGED
@@ -7,13 +7,77 @@ dataset_info:
7
  dtype: string
8
  splits:
9
  - name: train
10
- num_bytes: 20676305.0
11
  num_examples: 99
12
  download_size: 17104098
13
- dataset_size: 20676305.0
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  dtype: string
8
  splits:
9
  - name: train
10
+ num_bytes: 20676305
11
  num_examples: 99
12
  download_size: 17104098
13
+ dataset_size: 20676305
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ license: cc0-1.0
20
+ task_categories:
21
+ - image-to-text
22
+ - image-to-image
23
+ - text-to-image
24
+ language:
25
+ - en
26
+ tags:
27
+ - cc0
28
+ - public domain
29
+ - copyright-free
30
+ - stock photos
31
+ - images
32
+ pretty_name: Stock Images CC0 (public domain)
33
+ size_categories:
34
+ - 10K<n<100K
35
  ---
36
+
37
+ # CC0 Stock Images Dataset
38
+
39
+ This dataset contains a collection of stock images that are covered by the Creative Commons Zero (CC0) License, meaning they are free for personal and commercial use with no attribution required. It is designed to support a variety of computer vision tasks such as image tagging, categorization, and machine learning model training.
40
+
41
+ ## Disclaimer
42
+ While every effort has been made to ensure the reliability and correctness of the data presented, the dataset is provided "as is" without any guarantee. If you find any issues, please report them to the dataset maintainers.
43
+
44
+ ## Dataset Structure
45
+
46
+ The dataset includes the following features:
47
+
48
+ - `image`: The raw bytes of the image, which can be read using image processing libraries like PIL or OpenCV.
49
+ - `tags`: A string containing comma-separated tags related to the content of the image.
50
+
51
+ ## Size of the Dataset
52
+
53
+ The size of the dataset is _24281_ images.
54
+
55
+ ## Use Cases
56
+
57
+ This dataset can be used for a variety of purposes, including but not limited to:
58
+
59
+ - Training and evaluating image classification models.
60
+ - Developing and testing image tagging algorithms.
61
+ - Visual data analysis and machine learning research.
62
+ - Creating artwork and design projects.
63
+
64
+ ## License
65
+
66
+ All images in this dataset are available under the CC0 License. You can copy, modify, distribute, and perform the work, even for commercial purposes, all without asking permission.
67
+
68
+ ## Acknowledgements
69
+
70
+ This dataset has been compiled from various sources that provide free stock images under the CC0 License. We extend our gratitude to the photographers and creators who have contributed their work to the public domain.
71
+
72
+ ## Accessing the Dataset
73
+
74
+ This dataset is hosted on the Hugging Face Hub. You can access and download the dataset using the Hugging Face `datasets` library with the following command:
75
+
76
+ ```python
77
+ from datasets import load_dataset
78
+
79
+ dataset = load_dataset('KoalaAI/StockImages-CC0')
80
+ ```
81
+
82
+ ## Contributing
83
+ We welcome contributions to this dataset, whether it's adding more images, improving the tags, or any other improvements you can offer. Please follow the standard procedures for contributing to datasets on the Hugging Face Hub.