Metadata-Version: 2.1
Name: get-mnist
Version: 0.2.2
Summary: mnist
Home-page: https://github.com/blester125/get-mnist
Author: blester125
Author-email: blester125@gmail.com
License: MIT
Download-URL: https://github.com/blester125/get-mnist/archive/0.2.2.tar.gz
Description: # mnist
        
        [<img src="https://travis-ci.com/blester125/mnist.svg?branch=master" alt="Build Status">](https://travis-ci.com/blester125/mnist)
        
        Download MNIST and Fashion MNIST datasets without needing to install tensorflow.
        
        Install with `pip install get-mnist`
        
        Download data with `from mnist import get_mnist; x, y, x_test, y_test = get_mnist('MNIST')` or use `get_fashion_mnist`. Data is downloaded and cached (in this case into the folder called `'MNIST'`).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Environment :: Console
Description-Content-Type: text/markdown
Provides-Extra: test
