🌐Advanced Workflow Concepts

Learn advanced concepts to build more capable workflows

Moving beyond simple applications

The power of the Cloneable platform lies in it's ability to build complex, non-linear applications. In the previous example, we built a simple app that displayed a camera, processed the camera feed through AI, and displayed the AI's outputted detections back on the camera feed. The following guides and documentation will work to explain some of the more powerful capability of the platform, and how to implement them.

Examples of complex app capabilities

  • Put locations on a map and color them based on stored information

  • Run multiple AI models at the same time and determine if something is taking place

  • Counting detected objects from a camera feed

  • Displaying calculated information about AI detections back on the camera

  • Generate and send a report if a specific condition is met

Quick example of a complex inspection app

The following example quickly walks through building an app to inspect utility poles for rusted transformers. This application will run multiple AI models at the same time and analyze then using a combination of components and low-code javascript.

Last updated