Datasets:
File size: 2,971 Bytes
e4599fc |
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 84 85 86 87 88 89 90 91 92 93 |
---
annotations_creators:
- found
language:
- en
license:
- cc0-1.0
multilinguality:
- monolingual
pretty_name: Buzzly.art Art Platform Dataset
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- image-classification
configs:
- config_name: default
data_files:
- split: train
path:
- 'buzzlyart.jsonl.zst'
default: true
- config_name: images
data_files:
- split: train
path:
- 'files.zip'
---
# Dataset Card for Buzzly.art
### Dataset Summary
This dataset contains 2,000 artwork submissions from the Buzzly.art platform, including images and associated metadata. The content includes original artworks, photography, and other visual arts along with detailed metadata about each submission.
### Languages
The dataset is only in English, including all titles, descriptions, tags and other text content.
## Dataset Structure
### Data Fields
This dataset includes the following fields:
- `tags`: List of relevant tags (array of strings)
- `title`: Artwork title (string)
- `id`: Unique identifier for the submission (string)
- `account`: Object containing:
- `bucket`: Object containing:
- `name`: Bucket name (string)
- `displayName`: Display name (string)
- `profilePicturePath`: Profile picture URL (string)
- `user`: Object containing:
- `id`: User ID (string)
- `premiumUntil`: Premium subscription end date (string)
- `username`: Username (string)
- `artSubjects`: Subject matter categories (array of strings)
- `bucket`: Object containing:
- `name`: Bucket name (string)
- `categories`: Artwork categories (array of strings)
- `comments`: Number of comments (integer)
- `contentRating`: Content rating (string)
- `description`: Artwork description (string)
- `favorites`: Number of favorites (integer)
- `hasCustomThumbnail`: Has custom thumbnail flag (boolean)
- `height`: Image height in pixels (integer)
- `isFeatured`: Is featured flag (boolean)
- `path`: URL path to full image (string)
- `ratings`: List of ratings (array)
- `slug`: URL slug (string)
- `thumbnailPath`: URL path to thumbnail (string)
- `thumbnailWidth`: Thumbnail width in pixels (integer)
- `type`: Content type (string)
- `userId`: Creator's user ID (string)
- `visits`: Number of visits (integer)
- `width`: Image width in pixels (integer)
### Data Splits
The dataset is split into:
- Metadata: JSON lines file containing artwork metadata (default)
- Images: ZIP archive containing the actual artwork files
## Additional Information
### License
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
* Use it for any purpose, including commercial projects
* Modify it however you like
* Distribute it without asking permission
No attribution is required, but it's always appreciated!
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
### Dataset Curators
- [nyuuzyou](https://ducks.party)
|