Supervisely
Ctrlk
About SuperviselyEcosystemContact usSlack
  • 💻Supervisely Developer Portal
  • 🎉Getting Started
    • Installation
    • Basics of authentication
    • Intro to Python SDK
    • Environment variables
    • Supervisely annotation format
    • Python SDK tutorials
    • Command Line Interface (CLI)
    • Connect your computer
  • 🔥App development
    • Basics
    • Apps with GUI
    • Custom import app
    • Custom export app
    • Neural Network integration
    • Advanced
      • Advanced debugging
      • How to make your own widget
      • Tutorial - App Engine v1
        • Chapter 1 Headless
          • Part 1 — Hello world! [From your Python script to Supervisely APP]
          • Part 2 — Errors handling [Catching all bugs]
          • Part 3 — Site Packages [Customize your app]
          • Part 4 — SDK Preview [Lemons counter app]
          • Part 5 — Integrate custom tracker into Videos Annotator tool [OpenCV Tracker]
        • Chapter 2 Modal Window
        • Chapter 3 UI
        • Chapter 4 Additionals
      • Custom Configuration
      • Autostart
      • Coordinate System
      • MLOps Workflow integration
      • Multi-User Session Management
    • Widgets
  • 😎Advanced user guide
    • Objects binding
    • Automate with Python SDK & API
  • 🖥️UI widgets
    • Element UI library
    • Supervisely UI widgets
    • Apexcharts - modern & interactive charts
    • Plotly graphing library
  • 📚API References
    • REST API Reference
    • Python SDK Reference
Powered by GitBook
On this page

Was this helpful?

Edit
  1. 🔥App development
  2. Advanced
  3. Tutorial - App Engine v1

Chapter 1 Headless

Table of contents

  • Part 1 — Hello world! [From your Python script to Supervisely APP]

  • Part 2 — Errors handling [Catching all bugs]

  • Part 3 — Site Packages [Customize your app]

  • Part 4 — SDK Preview [Lemons counter app]

  • Part 5 — Integrate custom tracker into Videos Annotator tool [OpenCV Tracker]

PreviousTutorial - App Engine v1NextPart 1 — Hello world! [From your Python script to Supervisely APP]

Last updated 3 years ago

Was this helpful?