Create a workflow
You can create a workflow using our Python API or from our no-code editor STUDIO.
- Python API
- Ikomia 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.
- Windows
- bash/zsh
python -m venv .venv
.venv\Scripts\Activate.bat
python -m venv .venv
source .venv/bin/activate
Then, just install the Ikomia package using pip:
pip install ikomia
Make your own workflow
-
Create a workflow using the Ikomia API
TutorialFor a step-by-step guide, you can refer to our Python API documentation.
-
Save your workflow in a JSON file. See here for more details.
-
Push your workflow to the SCALE platform with Ikomia CLI
Installation
Ikomia STUDIO is available for Windows and Linux.
Download the installer:
Windows | Linux |
---|---|
Download installer (amd64) | Download installer (amd64) |
On Linux systems, you can also use the following command to install Ikomia STUDIO directly:
wget https://s3.eu-west-3.amazonaws.com/installers.ikomia.com/IkomiaSetup && chmod a+x IkomiaSetup && ./IkomiaSetup
Make your own workflow
- Log in to your SCALE account with STUDIO.
- Create a workflow in STUDIO.
- Push your workflow to the SCALE platform directly from STUDIO.