Lobe integration

Hi, do you know how to link a IA model front Lobe (Microsoft) to an app on appsheet ?

Thanks a lot

Hi @thomas.duhamel,

Thanks for your question and welcome to the AppSheet Community.

From my brief research, it looks like Lobe is an app that helps a user to build a model, but in order to use the model, it would need to be uploaded into an AI/ML system. Once it is available in an AI system, there would most likely be an API available to integrate with the AI system. Typical use cases for this might be something like this. Please verify if this is what you were thinking for AppSheet:

  1. User trains a model in Lobe by taking images of the subject area, let’s say–different types of flowers
  2. User uploads model to an AI runtime system
  3. AppSheet user is out in the field and wants to identity the kind of flower growing, so they use an App to capture an image
  4. AppSheet calls the AI runtime system via a WebHook to process the image
  5. AppSheet gets the name of the flower from the AI System and stores it with the image and presents the name back to the user: like Dandelion, or Poppy

You could possibly use the Actions/WebHook in Workflow rules to call an AI API, depending on the system you choose to run your AI model.

Hope that helps. Let us know what your use case is…this sounds really interesting!

R,
Scott

2 Likes