# Model Tutorials

This section contains tutorials on how to use the different model components of anomalib.

::::{grid}
:margin: 2 2 2 3
:gutter: 2

:::{grid-item-card} {octicon}`sync` Pre-Processing
:link: ./pre_processor
:link-type: doc

Learn more about how to use the PreProcessor class.
:::

:::{grid-item-card} {octicon}`cpu` Feature Extraction
:link: ./feature_extractors
:link-type: doc

Learn more about how to use the different backbones as feature extractors.
:::

:::{grid-item-card} {octicon}`graph` Post-Processing
:link: ./post_processor
:link-type: doc

Learn more about how to use the PostProcessor class.
:::

::::

```{toctree}
:caption: Model Tutorials
:hidden:

./feature_extractors
./pre_processor
./post_processor
```
