Buenas ! Enero fue un mes donde tuvimos varias sesiones sobre Serverless en el Microsoft Reactor en Toronto. En Febrero repetiremos algunas de esas sesiones en EspaΓ±ol! Feb 04, Utilizando modelos de Azure Custom Vision en Azure Functions. GitHub MaterialsFeb 11, Utilizando modelos de Computer Vision entrenados con LOBE en Azure FunctionsGitHub MaterialsFeb 18, Reconociendo…… Continue reading #Event – En Febrero hablamos de #Serverless y Computer Vision π @MSFTReactor
Tag: Computer Vision
#Event – January is #Serverless in Toronto @MSFTReactor
Hi ! January is a Serverless month in the Microsoft Reactor Toronto. During the full month we wil host these session, presented by amazing friends: Jan 11, Azure Custom Vision running on Azure functions. Recording English, Spanish (coming soon!)GitHub MaterialsJan 18, Computer Vision using LOBE running on Azure functionsRecording English, Spanish (coming soon)GitHub MaterialsJan 20,…… Continue reading #Event – January is #Serverless in Toronto @MSFTReactor
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π. Complete series
Hi ! I finished the series of posts on how to create a Custom Vision project and adapt the project to run as an Azure IoT Module. Here are the series of posts in tutorial mode: Create and export a Custom Vision Project as Docker imageAnalyze the content of the CV Docker imageCreate and analyze…… Continue reading #AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π. Complete series
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 6/N
Hi ! Today’s post will be mostly focused on code. And on the main tasks Add a configuration property to the module to enable / disable the telemetry messagesEach time the Azure IoT Module process an image, it will trigger a telemetry with the information of the detected image The sample running show how for…… Continue reading #AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 6/N
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 5/N
Hi ! Today’s post will be mostly focused on code. And on the main tasks I build my docker image using my Raspberry Pi, I explained this in this post [Build docker π³ images from Visual Studio Code remotely using a Raspberry Pi]I updated my module to use the port 8089. This update is on…… Continue reading #AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 5/N
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 4/N
Hi ! Today’s post will be mostly focused on code. And on the main tasks Merge and create a new docker definition file.Merge Azure IoT project files with the exported Azure Custom Vision projectUpdate the main Python app to run as Azure IoT Module and also perform Computer Vision analysis. Azure IoT Module Docker Let’s…… Continue reading #AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 4/N
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 3/N
Hi ! In my previous post I wrote about how to create an Azure Custom Vision project. And, once created how to export the project as a Docker image to be used in different platforms. I also analyzed the content of the exported Linux image. Today IΒ΄ll perform a similar analysis with an empty Azure…… Continue reading #AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 3/N
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 2/N
Hi ! In my previous post I wrote about how to create an Azure Custom Vision project. And, once created how to export the project as a Docker image to be used in different platforms. So, let’s take a look at the content of the exported Linux image. The main docker content is described in…… Continue reading #AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 2/N
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 1/N
Hi ! I’m a big fan of Azure Custom Vision, and when I talk about Computer Vision I usually share an example on how to tag images from drawings. I had 3 types of drawings fishflowerhuman I build a model in Custom Vision and then I show my amazing drawing skills with something like this.…… Continue reading #AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 1/N
#AI – #Lobe, exporting to ONNX, and running in C# #csharp @lobe_ai
Hi ! Follow up post after yesterday post on Lobe, and today focusing on ONNX and C# code. And, it all started because someone asked in twitter about an ETA to export the model to ONNX https://twitter.com/Niels9001/status/1321333781618446337?s=20 I decided to give a try to the TensorFlow to Onnx tool, and it worked great ! (see…… Continue reading #AI – #Lobe, exporting to ONNX, and running in C# #csharp @lobe_ai