Upload folder using huggingface_hub
Browse files- README.md +52 -0
- publicdomainpictures.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: Public Domain Pictures Dataset
|
3 |
+
size_categories:
|
4 |
+
- 100K<n<1M
|
5 |
+
task_categories:
|
6 |
+
- image-classification
|
7 |
+
- image-to-text
|
8 |
+
annotations_creators:
|
9 |
+
- found
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
license: cc0-1.0
|
13 |
+
multilinguality:
|
14 |
+
- monolingual
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
tags:
|
18 |
+
- images
|
19 |
+
---
|
20 |
+
|
21 |
+
# Dataset Card for Public Domain Pictures
|
22 |
+
### Dataset Summary
|
23 |
+
This dataset contains metadata for 644,412 public domain images from [publicdomainpictures.net](https://www.publicdomainpictures.net), a public domain photo sharing platform. The dataset includes detailed image metadata including titles, descriptions, and keywords.
|
24 |
+
|
25 |
+
### Languages
|
26 |
+
The dataset is monolingual:
|
27 |
+
- English (en): All metadata including titles, descriptions and keywords
|
28 |
+
|
29 |
+
## Dataset Structure
|
30 |
+
### Data Fields
|
31 |
+
The metadata for each image includes:
|
32 |
+
- `image_id`: Unique identifier for the image (integer)
|
33 |
+
- `image_url`: URL of the full-size image (string)
|
34 |
+
- `title`: Title of the image (string)
|
35 |
+
- `description`: Text description of the image content (string)
|
36 |
+
- `keywords`: List of descriptive tags/keywords (list of strings)
|
37 |
+
- `author`: Name of the image contributor (string)
|
38 |
+
|
39 |
+
### Data Splits
|
40 |
+
All images are in a single split.
|
41 |
+
|
42 |
+
## Additional Information
|
43 |
+
### License
|
44 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
45 |
+
* Use it for any purpose, including commercial projects.
|
46 |
+
* Modify it however you like.
|
47 |
+
* Distribute it without asking permission.
|
48 |
+
No attribution is required, but it's always appreciated!
|
49 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
50 |
+
|
51 |
+
### Dataset Curators
|
52 |
+
- [nyuuzyou](https://ducks.party)
|
publicdomainpictures.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb1114c85db2592d4deba7cda0b8ff3c027387f46c841cc8e76a0ea5d9afb87a
|
3 |
+
size 20443535
|