Skip to main content

Create a workflow

You can create a workflow using our Python API or from our no-code editor STUDIO.

Installation

Recommended

As Ikomia API install dependencies of algorithms automatically, we strongly recommend to use a virtual environment to avoid conflicts with your system packages.

python -m venv .venv
.venv\Scripts\Activate.bat

Then, just install the Ikomia package using pip:

pip install ikomia

Make your own workflow

  1. Create a workflow using the Ikomia API

    Tutorial

    For a step-by-step guide, you can refer to our Python API documentation.

  2. Save your workflow in a JSON file. See here for more details.

  3. Push your workflow to the SCALE platform with Ikomia CLI