--- dataset_info: features: - name: image dtype: image - name: id dtype: string - name: title dtype: string - name: url dtype: string - name: artistUrl dtype: string - name: artistName dtype: string - name: artistId dtype: string - name: completitionYear dtype: int64 - name: dictionaries sequence: string - name: location dtype: string - name: period struct: - name: id dtype: string - name: title dtype: string - name: serie struct: - name: id dtype: string - name: title dtype: string - name: genres sequence: string - name: styles sequence: string - name: media sequence: string - name: sizeX dtype: float64 - name: sizeY dtype: float64 - name: diameter dtype: float64 - name: galleries sequence: string - name: tags sequence: string - name: description dtype: string - name: width dtype: int64 - name: height dtype: int64 - name: group dtype: string splits: - name: test num_bytes: 4300047463.370933 num_examples: 63061 download_size: 4289871770 dataset_size: 4300047463.370933 configs: - config_name: default data_files: - split: test path: data/test-* --- # WikiART Image Datasets WikiART image dataset is a collection of paintings extracted from [WikiART](https://www.wikiart.org/).


The dataset contains following meta attributes from WikiART entry: - 'image', 'id', 'title', 'url', 'artistUrl', 'artistName', 'artistId', 'completitionYear', 'dictionaries', 'location', 'period', 'serie', 'genres', 'styles', 'media', 'sizeX', 'sizeY', 'diameter', 'galleries', 'tags', 'description', 'width', 'height', 'group' ***Statistics per Art Movement*** | Art Movement | Num of Images | |:--------------|------:| | baroque | 5902 | | expressionism | 7072 | | impressionism | 11001 | | neoclassicism | 20 | | realism | 13675 | | rococo | 3403 | | romanticism | 14070 | | surrealism | 6155 | | symbolism | 9057 | | All | 70355 |