Welcome to UTCA documentation!

Overview

UTCA is a versatile framework designed to streamline the integration of your models, as well as those sourced from Hugging Face, into complex programs. With UTCA, you can effortlessly construct intricate pipelines using pre-built components or tailor them to suit your specific requirements. The framework seamlessly supports multimodal data, offering built-in functionality for manipulating such data through a selection of pre-built components.

Install

pip install -U utca

About documentation

The documentation comprehensively covers all main components, providing detailed descriptions of their methods and attributes. Custom types are hyperlinked to their corresponding descriptions within this documentation or within third-party packages and frameworks. For further insight into the components and their interdependencies, refer to the documentation to explore more about their relationships and dependencies. See overview here:

Concepts

See below how to start using framework.

How to use framework

To start using framework refer to:

QuickstartExamples

Last updated