# Data Tutorials

This section contains tutorials on how to fully utilize the data components of anomalib.

::::{grid}
:margin: 1 1 0 0
:gutter: 1

:::{grid-item-card} {octicon}`database` Train on Custom Data.
:link: ./custom_data
:link-type: doc

Learn more about how to use `Folder` dataset to train anomalib models on your custom data.
:::

:::{grid-item-card} {octicon}`versions` Using Data Transforms.
:link: ./transforms
:link-type: doc

Learn how to apply custom data transforms to the input images.
:::

:::{grid-item-card} {octicon}`table` Input tiling
:link: ./input_tiling
:link-type: doc

Learn more about how to use the tiler for input tiling.
:::

::::

```{toctree}
:caption: Data
:hidden:

./custom_data
./transforms
./input_tiling
```
