Example 1. Headless
config.json for headless app explained
Introduction
We will take Hello World
app as an example of a simple headless app that can be launched from Ecosystem, it uses minimum properties.
supervisely-ecosystem/hello-world-app/config.json
Properties
main_script
main_script
Relative path to the main script of the application from the root of the project
headless
headless
Specifies that app does not have GUI
name
name
Name of the app in Supervisely
description
description
Description of the app in Supervisely
categories
categories
Сategories under which the app will be displayed in Ecosystem
icon
icon
Link to the app icon
poster
poster
Link to the app poster
Last updated