|
--- |
|
dataset_info: |
|
features: |
|
- name: original_id |
|
dtype: string |
|
- name: image_url |
|
dtype: string |
|
- name: title |
|
dtype: string |
|
- name: description |
|
dtype: string |
|
- name: artist_uri |
|
dtype: string |
|
- name: artist_name |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 218277361 |
|
num_examples: 814485 |
|
download_size: 64321402 |
|
dataset_size: 218277361 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
license: cc0-1.0 |
|
tags: |
|
- art |
|
size_categories: |
|
- 100K<n<1M |
|
--- |
|
|
|
# Dataset Card for Rijks Museum OAI |
|
|
|
This dataset contains more than 800k art pieces from the Rijks Museum Online Collection. |
|
See (data.rijksmuseum.nl)[https://data.rijksmuseum.nl/about/] for details about the collection. |
|
|
|
## Source |
|
|
|
The data was collected from the [Rijks Museum OAI API](https://data.rijksmuseum.nl/docs/oai-pmh/). |
|
Each record in this HF dataset contains only a subset of all the available metadata on the API. |
|
Data was collected with [this script](https://github.com/vincentmin/artie/blob/main/scrape_rijks.py). |
|
|
|
## Demo |
|
|
|
The [Artie](https://artie.vincentmin.com) project uses this dataset to explore art pieces together with you. Try it out [here](https://artie.vincentmin.com) and see the code here: [github.com/vincentmin/artie](https://github.com/vincentmin/artie). |