File size: 2,748 Bytes
acba4e8
 
 
 
47020be
acba4e8
 
 
 
59a33c5
acba4e8
47020be
59a33c5
acba4e8
 
 
 
 
59a33c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
acba4e8
59a33c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e391ac3
59a33c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: tags
    dtype: string
  splits:
  - name: train
    num_bytes: 20676305
    num_examples: 99
  download_size: 17104098
  dataset_size: 20676305
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc0-1.0
task_categories:
- image-to-text
- image-to-image
- text-to-image
language:
- en
tags:
- cc0
- public domain
- copyright-free
- stock photos
- images
pretty_name: Stock Images CC0 (public domain)
size_categories:
- 10K<n<100K
---

# CC0 Stock Images Dataset

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.

## Disclaimer
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.

## Dataset Structure

The dataset includes the following features:

- `image`: The raw bytes of the image, which can be read using image processing libraries like PIL or OpenCV.
- `tags`: A string containing comma-separated tags related to the content of the image.

## Size of the Dataset

The size of the dataset is _24000_ images.

## Use Cases

This dataset can be used for a variety of purposes, including but not limited to:

- Training and evaluating image classification models.
- Developing and testing image tagging algorithms.
- Visual data analysis and machine learning research.
- Creating artwork and design projects.

## License

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.

## Acknowledgements

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.

## Accessing the Dataset

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:

```python
from datasets import load_dataset

dataset = load_dataset('KoalaAI/StockImages-CC0')
```

## Contributing
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.