README.md
[optional] - contains an explanation of what this app does and how to use it. You can provide here all information that can be useful for the end-user (screenshots, gifs, videos, demos, examples).config.json
- This file will contain all your app metadata information, like name, description, poster URL, icon URL, app tags for Ecosystem, docker image, and so on. This file will be explained in detail in the next guides.src/main.py
our python program. config.json
file. A detailed explanation of all possible fields in app configuration will be covered in other tutorials. Let's check the config for our small app: main_script
- relative path to the main script (entry point) in a git repository"headless": true
means that app has no User Interfacename
, description
and poster
define how the app will look in the Supervisely Ecosystemicon
, categories
- categories help to navigate in the Supervisely Ecosystem and it is a user-friendly way to explore appsEcosystem
-> Private Apps
-> Add private app
.