Skip to main content

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 hashes)

Uploaded Source

Built Distribution

nouveau-0.0.5-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page