CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes53downloads
Dataset Card

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:

bash
pip install -U fiftyone

Usage

python
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/

MatthiasCr/curated-mnist · CoolFace