madebyollin commited on
Commit
f728644
1 Parent(s): 1478faf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: cc0-1.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
  ---
4
+
5
+ This dataset is a shuffled list of downloadable CC0 image titles and URLs from [Smithsonian Open Access](https://github.com/Smithsonian/OpenAccess), filtered down to ~100k visually-interesting images.
6
+
7
+ This dataset only contains metadata; a tool like https://github.com/rom1504/img2dataset can be used to download the actual images:
8
+
9
+ ```bash
10
+ img2dataset --url_list data --output_folder data_files \
11
+ --input_format "parquet" --output_format files \
12
+ --caption_col "text" --url_col "url" \
13
+ --image_size 256 --min_image_size 128 --resize_mode keep_ratio --resize_only_if_bigger true \
14
+ --processes_count 16 --thread_count 128
15
+ ```
16
+
17
+ Here's what a random selection looks like:
18
+
19
+ ![](true_random.png)