Skip to content
Lidia edited this page Jan 21, 2025 · 17 revisions

MLS Code generator is the MLS Tool devoted to generate code from the MSL editor.

Components

The MLS Code Generator tool comprises a set of repositories that split the different components and functionalities.

  • The MLS Code generator: An Python-based application that generates Python code based on a model description of a pipeline.
  • The MLS Library: A Python library for executing ML pipelines using orchestration.
  • The MLS Configuration: A repository including the configuration files for the

The MLS Code Generator tool is integrated in the MLS Toolbox application, concretely it provides a node-based graph editor to represent the pipeline. The code for the pipeline editor is available in the following repositories: mls_toolbox_client and mls_toolbox_server.

Clone this wiki locally