Part 1 — Hello world! [From your Python script to Supervisely APP]
In this part, we will show you how you can turn any Python code into a Supervisely application
Table of contents
Step 1 — Python code
worlds = ['Westeros', 'Azeroth', 'Middle Earth', 'Narnia']
for world in worlds:
print(f'Hello {world}!')Step 2 — Configuration file
Step 3 — Repository setup


Step 4 — Add app to Supervisely



Step 5 — Results
Last updated