vincentmin commited on
Commit
fb192bc
·
verified ·
1 Parent(s): 3d6bc67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -24,4 +24,24 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: cc0-1.0
28
+ tags:
29
+ - art
30
+ size_categories:
31
+ - 100K<n<1M
32
  ---
33
+
34
+ # Dataset Card for Rijks Museum OAI
35
+
36
+ This dataset contains more than 800k art pieces from the Rijks Museum Online Collection.
37
+ See (data.rijksmuseum.nl)[https://data.rijksmuseum.nl/about/] for details about the collection.
38
+
39
+ ## Source
40
+
41
+ The data was collected from the [Rijks Museum OAI API](https://data.rijksmuseum.nl/docs/oai-pmh/).
42
+ Each record in this HF dataset contains only a subset of all the available metadata on the API.
43
+ Data was collected with [this script](https://github.com/vincentmin/artie/blob/main/scrape_rijks.py).
44
+
45
+ ## Demo
46
+
47
+ The [Artie](artie.vincentmin.com) project uses this dataset to explore art pieces together with you. Try it out [here](artie.vincentmin.com) and see the code here: [github.com/vincentmin/artie](https://github.com/vincentmin/artie).