BonsaiAI / bonsai-tutorials

MIT License
2 stars 1 forks source link

[ASK] : Bonsai model on Azure IoT Edge #2

Open vermaaditya opened 3 years ago

vermaaditya commented 3 years ago

Hi Team,

We are trying to deploy the Bonsai Models on a Machine in the plant hosting Azure IOT Edge runtime. Is there a reference documentation which can be leveraged? Or do you have a suggested deployment pattern to achieve the same on Azure IoT Edge in the form of Modules? Or if the Bonsai interface https://preview.bons.ai/workspaces directly provides an interface to deploy the model to Azure IoT Edge?

Kindly suggest.

Thanks,

ksbasu commented 3 years ago

Hi,

The Bonsai service does not directly provide an automated way to deploy to an IoT Edge device. This functionality is in development and should be released in a future version of the Service. In the interim, you can use the deployment functionality of IoT Edge directly (reference documentation available at this link; also here.

Thanks