Pure Python/NumPy CIFAR-10 dataset loader
Project description
pure_cifar_10
A pure Python, minimal-dependency loader for the CIFAR-10 dataset. This package provides the CIFAR-10 images and labels as NumPy arrays, with automatic downloading and caching, requiring only numpy and tqdm[citation:1][citation:2].
Features
- Minimal Dependencies: Only requires
numpyandtqdm. No heavy machine learning frameworks like PyTorch or TensorFlow[citation:4]. - Automatic Handling: Downloads the CIFAR-10 dataset automatically on first use and caches it locally.
- Pure NumPy: Returns standard
numpy.ndarrayobjects for easy integration into any pipeline. - Progress Visualization: Uses
tqdmto show download and loading progress bars. - Simple API: Mirrors the clean, functional style of the
mnist_datasetspackage.
Installation
You can install the package directly from PyPI using pip:
pip install pure_cifar_10
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pure_cifar_10-0.1.0.tar.gz.
File metadata
- Download URL: pure_cifar_10-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9b1db375f3aa59c3a0cb88b586f20ed5dea14c163991f099b9a02d3fd2796e6
|
|
| MD5 |
0d013e979121964fedc8f5457389b81c
|
|
| BLAKE2b-256 |
f6ee44ff22acc43d521af8826377c719cf3b9a743dd03712d1ff5e32eaada13a
|
File details
Details for the file pure_cifar_10-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pure_cifar_10-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2237ca1cc53c5e3af919869a755b5b03c32a0dc6e46f797846377c2596d35390
|
|
| MD5 |
72b8cdb1a7e8d87ac8f556be7c5dfb68
|
|
| BLAKE2b-256 |
766b5824eb5f839a57e3a4dd91ccde23d4eb997c0b9251fb2646dde49449046a
|