Node Library
Every node available in the AICUFlow editor, and what it does.
Nodes are the building blocks of every flow. Each node does one thing — select data, transform it, train a model, run inference, or write your own logic. Connect them together to build any pipeline you need.
Open the Node Library by clicking the + icon in the editor sidebar. Nodes can be dragged onto the canvas or added with a single click.
Available Nodes
| Node | Group | What it does |
|---|---|---|
| Select Data | Input | Choose which files or folders enter your flow |
| Select Artifact | Input | Load model weights, encoders, and other saved outputs |
| API Input | Input | Accept incoming data via API when a flow is deployed |
| Apply Transformation | Transform | Clean, reshape, and prepare your data |
| Custom Code | Transform | Write your own Python logic inside the flow |
| Train AI Model | AI | Train a custom ML model on your data |
| Use AI Model | AI | Run inference with any public or custom-trained model |
| Preview Output | Output | Visualize results at any point in your flow |