# Models

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

:::{grid-item-card} {octicon}`codescan` Model Components
:link: ./components/index
:link-type: doc

Core building blocks and utilities for creating custom anomaly detection models, including feature extractors, anomaly scoring functions, and visualization tools.

+++
[Learn more »](./components/index)
:::

:::{grid-item-card} {octicon}`file-media` Image Models
:link: ./image/index
:link-type: doc

Collection of state-of-the-art deep learning models for detecting anomalies in images, including both reconstruction and embedding-based approaches.

+++
[Learn more »](./image/index)
:::

:::{grid-item-card} {octicon}`video` Video Models
:link: ./video/index
:link-type: doc

Advanced models designed specifically for anomaly detection in video sequences, leveraging temporal information and motion patterns.

+++
[Learn more »](./video/index)
:::

::::

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

./components/index
./image/index
./video/index
```
