Start and stop app
This guide explains how to manage application sessions using API
Introduction
How to debug this tutorial
git clone https://github.com/supervisely-ecosystem/automation-with-python-sdk-and-api
cd automation-with-python-sdk-and-api
./create_venv.shcode -r .Python code
Import libraries
Init API client
Init variables with demo data

Load information about app from Ecosystem


App input arguments

Start application
Wait until app is finished
List existing app sessions in Team
Recap
Last updated