Add a New Module

Add a New Module

Viso Suite allows you to add public and custom modules. A module contains building blocks (nodes) to create AI applications in the Viso Builder. After installing a module it will appear in your workspace library.

Add a Public Module
  1. In your viso.ai workspace, navigate to Library > Modules > Add module
  2. Use the search bar under the Public Module option to brows in the module library
  3. Hover over the module and select install
Add a Custom Module
  1. Download the zip file from GitLab of the module you want to add to your workspace
  2. In your viso.ai workspace, navigate to Library > Modules > Add module
  3. Select Import Module under the Custom Module option
  4. Enter the module name and description and drag or import the zip file which you previously created
  5. Confirm and wait until the module is installed (you will be notified if the installation was successful)

    • Related Articles

    • Create a New Application

      Create a New Application Navigate to Library > Applications > Add New Give your application a name, description and set tags The application is created and appears in the list Manage Your Application In the Applications list, click on your ...
    • Build your own custom module, node and container

      All application logic and services used on edge devices are encapsulated in Docker containers. To configure these containers on Viso Suite, the visual programming interface called Viso Builder is used. Viso Builder is built on top of Node-RED, which ...
    • Overview Video Input Tools Module

      The video input tools module includes nodes to grab the video frames and perform couple of pre-processing tasks on them. In particular, the video input tools include following nodes: Video Feed: The video feed node reads the input stream from the ...
    • Object Detection: Available Models

      Available Models While the Object Detection module allows you to link your own private and customized models for object detection, we continuously test, evaluate and add available off-the-shelf models to be used immediately. Currently, we have added ...
    • Link a Docker Container With Your Nodes

      A building block (node) can link to (but doesn’t have to) a docker container. Here's how you link a docker container with your nodes. Link a Public Container In your workspace, navigate to Library > Modules Open the Module you would like to link Find ...