{ "cells": [ { "cell_type": "markdown", "id": "79c178bc47ac1b2f", "metadata": {}, "source": [ "# Quickstart\n", "\n", "Start with `Flower Datasets` as fast as possible by learning the essentials." ] }, { "cell_type": "markdown", "id": "e0f34a29f74b13cb", "metadata": {}, "source": [ "## Install Flower Datasets" ] }, { "cell_type": "code", "execution_count": null, "id": "initial_id", "metadata": {}, "outputs": [], "source": [ "! pip install -q \"flwr-datasets[vision]\"" ] }, { "cell_type": "markdown", "id": "f19a191a", "metadata": {}, "source": [ "If you want to use audio datasets install:\n", "\n", "```bash\n", "! pip install -q \"flwr-datasets[audio]\"\n", "```" ] }, { "cell_type": "markdown", "id": "499dd2f0d23d871e", "metadata": {}, "source": [ "## Choose the dataset\n", "\n", "To choose the dataset, go to Hugging Face [Datasets Hub](https://huggingface.co/datasets) and search for your dataset by name. You will pass that names to the `dataset` parameter of `FederatedDataset`. Note that the name is case-sensitive.\n", "\n", "