Flow Guide
To create your first flow, follow the steps below:
- Expand the libraries list by clicking on the triangle on the upper right corner of the main UI.

- Click on the “Basic” library to show the list of nodes that it includes.

- Add a Start node by dragging and dropping it from the list.

- Click on the “Computer Vision” library to show the list of nodes that it includes.

- Drag and drop a Predict YOLO node.

- Click on the “Basic” library again.

- Drag and drop an Output Image node, and then an End node.

- Connect the Start node to the Predict YOLO node.

- Connect the Predict YOLO node to the Output Image node and the End node.

- Select “pre-trained” for model, “Detection” for mode, “YOLOv8n” for select model, and any image to perform prediction on such as an image of a plane for the parameters of the Predict YOLO node.

- To execute the flow, click on the “Execute” button.


To save the flow, click on the “Save Flow” button.


To load the flow again, click on the “Load Flow” button.

