Skip to content

Overview

Modality transformer modules for Gen AI applications.

This package provides the base classes and implementations for transforming media modalities into text or other structured representations. Transformers differ from converters by operating on raw media bytes or strings and returning structured TransformResult objects.

Submodules

Usage

from gllm_multimodal.modality_transformer.modality_transformer import BaseModalityTransformer
from gllm_multimodal.modality_transformer.schema import TransformResult

Authors

  • Obryan Ramadhan (obryan.ramadhan@gdplabs.id)
  • Nico Samuelson Tjandra (nico.s.tjandra@gdplabs.id)