Skip to main content

Convenience functions for the HASY dataset

Project description

PyPI version Python Support Code style: black

hasy_tools

hasy_tools is a support package for the HASY dataset. The dataset is described in The HASYv2 dataset.

The HASY dataset contains handwritten symbols obtained via Detexify and write-math.com. The data was rendered and is similar to MNIST.

Installation

$ pip install git+https://github.com/MartinThoma/hasy_tools.git

It can, of course, also be installed via PyPI.

Usage

>>> import hasy_tools
>>> data = hasy_tools.load()
>>> data.keys()
dict_keys(['x_train', 'y_train', 'x_test', 'y_test', 's_train', 's_test', 'labels'])
>>> len(data['labels'])
369
>>> data['x_train'].shape
(151241, 32, 32, 1)
>>> x_train = hasy_tools.preprocess(data['x_train'])
>>> y_train = np.eye(hasy_tools.n_classes)[y_train.squeeze()]

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

hasy_tools-0.1.2.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

hasy_tools-0.1.2-py3-none-any.whl (14.3 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