Skip to content

Commit

Permalink
Add installation instructions to image_process doc (huggingface#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosasko committed Mar 31, 2022
1 parent 3f7be9a commit f759c19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/image_process.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
- Use [`Dataset.map`] to quickly apply transforms to an entire dataset.
- Add data augmentations to your images with [`Dataset.set_transform`].

## Installation

The [`Image`] feature should be installed as an extra dependency in 🤗 Datasets. Install the [`Image`] feature (and its dependencies) with pip:

```bash
pip install datasets[vision]
```

## Image datasets

The images in an image dataset are typically either a:
Expand Down

0 comments on commit f759c19

Please sign in to comment.