public domain art nouveau image data
Project description
Art Nouveau Design Data
Public domain lazy-downloading data samples.
Morris
This is a collection of designs by the famous Morris company artists of the 1800s.
Format
- image: image in numpy array or PyTorch tensor format
- name: a common name for the design
- year: initial year of design
Example Use
import nouveau
data = nouveau.Morris()
data.index.head()
>> shows pandas dataframe head
data[0]
>> {'year': 1862,
>> 'name': 'Fruit-Blue',
>> 'filename': '1862-Fruit-Blue.jpg',
>> 'image': array([[[254, 253, 249], ...
data.show(1)
>> <pyplot image>
data.show('Fruit-Blue')
>> <pyplot image>
tensors = data.torch()
tensors[0][0].shape
>> torch.Size([3, 1987, 1586])
license: unlicense task_categories:
- image-classification pretty_name: Morris Co. Public Domain Art size_categories:
- n<1K
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nouveau-0.0.5.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file nouveau-0.0.5.tar.gz
.
File metadata
- Download URL: nouveau-0.0.5.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee1b3aea3ccadc56422264d9918004369ecbee55d92fadf04320ff93f7ed61bd |
|
MD5 | a01dd1506a7307d55c25dcdfb6cb368a |
|
BLAKE2b-256 | 7b7f9f14612cabbf880603c182403dc53aaa44e540f28453c69e5b90d689fe8f |
File details
Details for the file nouveau-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: nouveau-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f62b4e1916c6381cbd32a3479441fcad29d68f1d6058b952e98642dd97b3a4d |
|
MD5 | 4d3c781d0bcebddfa0bd8e40b4521503 |
|
BLAKE2b-256 | 4f18ca94a1e70fa0488c2b5ac62b9921ca5aaf82f81bb94fd047a1e256c77478 |