lmmpg
lmmpg, short for Lightweight Multi-Modal Processing Graph, is an open-source software framework for building and executing modular data-processing pipelines that combine multiple data modalities such as text, images, and audio. It adopts a graph-based execution model in which processing components are implemented as nodes and data flow is represented by edges between nodes.
The project began in 2020 as a community effort to provide a simple, extensible platform for rapid
lmmpg consists of a core graph interpreter, a plugin registry for data sources and processors, an execution
Typical applications include preprocessing pipelines for machine learning, multi-modal feature extraction, and experimental research into pipeline
lmmpg is released under an open-source license and maintained in a public repository with documentation, tutorials,