Pipelines
The most high-level abstraction that hides the complexity of AI solutions via simplified visual representation of data flows and components. When looking at the pipeline it becomes immediately clear what are its data sources, outputs, main AI components and transformations. The pipeline could for instance connect to a camera to detect traffic jams, or use a microphone to recognize speech commands and turn off your shutters or heating at home.
A pipeline is made of components, where the output of one component serves as the input for the next. It is a systematic workflow that involves the processing, transformation, and movement of data or tasks through various stages optimized for stream processing.
Create a New Pipeline
To create a new pipeline in Pipelogic, follow these steps:
-
Navigate to the Pipelines Page
In the main navigation menu, click on Pipelines. -
Start a New Pipeline
Click the Create New Pipeline button. -
Enter Pipeline Details
- Provide a name for your pipeline.
- Optionally, choose whether the pipeline will be shared with your workspace or published to your public profile. [Alpha]
-
Open in Studio
After filling in the details, click Create. The pipeline will open in Pipelogic Studio, where you can begin designing the flow of data using components.
This process creates an editable workspace where you can drag and drop components, connect them, configure parameters, and define the pipeline behavior visually.
Use a Template Pipeline
Pipelogic offers a library of prebuilt template pipelines designed to get you started quickly. These templates cover common use cases and can be customized to suit your specific needs.
To explore and use template pipelines:
-
Open the Template Library
From the Pipelines page, click Explore Templates. -
Browse Available Templates
You'll see a collection of public pipelines categorized by functionality (e.g., object detection, tracking, audio processing). -
Preview and Customize
- Select a template to view its structure and components.
- Click Clone to create a copy in your workspace.
- Open it in the Studio to modify, add components, or change parameters.