MatthiasCr/curated-mnist
Dataset Card for curated-mnist This is a FiftyOne dataset with 70000 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo from fiftyone.utils.huggingface import load_from_hub # Load the dataset # Note: other available arguments include 'max_samples', etc dataset = load_from_hub("MatthiasCr/curated-mnist") # Launch the App session = fo.launch_app(dataset) Notebook… See the full description on the dataset page: https://huggingface.co/datasets/MatthiasCr/curated-mnist.
Dataset Card for curated-mnist
<!-- Provide a quick summary of the dataset. -->
This is a FiftyOne dataset with 70000 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyoneUsage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("MatthiasCr/curated-mnist")
# Launch the App
session = fo.launch_app(dataset)Notebook
https://github.com/MatthiasCr/MNIST-Dataset-Curation/
