#Drone ๐Ÿš – Detect Squirrels ๐Ÿฟ๏ธ and Space Wolves ๐Ÿบ from a drone camera using Python ๐Ÿ

Hi ! In a couple of hours, I’ll host a session where I show how to control a drone using Python ๐Ÿ; and also how to access the drone camera and apply AI on top of the camera feed. Python SWFL – Let’s code a drone to follow faces In example, this is the drone…… Continue reading #Drone ๐Ÿš – Detect Squirrels ๐Ÿฟ๏ธ and Space Wolves ๐Ÿบ from a drone camera using Python ๐Ÿ

#Event – Resources used on the “TinyML and SkySharks ๐Ÿฆˆ๐Ÿฆˆ๐Ÿฆˆ” at @netcoreconf 2021

Hi ! Another great time with my friends from NetCoreConf. I got the perfect excuse to book a flight to Spain, to be IRL next time. This time, I shared some insights about Machine Learning on devices, really tiny devices. As usual now it’s time to share the resources Slides Source Code Source Code is…… Continue reading #Event – Resources used on the “TinyML and SkySharks ๐Ÿฆˆ๐Ÿฆˆ๐Ÿฆˆ” at @netcoreconf 2021

#AzureIoT โ€“ Create an Azure IoT Module from a Custom Vision ๐Ÿ‘€ project – Full Series

Hi ! It’s time to close the the series of posts about how to create an Azure IoT Edge module that run a Custom Vision exported project from https://customvision.ai. And the step-by-step posts: References Azure Custom VisionAzure Custom Vision DocumentationAzure IoT ToolsDeploy your first IoT Edge module to a virtual Linux device

#Event – Resources used on the “TinyML and SkySharks ๐Ÿฆˆ๐Ÿฆˆ๐Ÿฆˆ” at CodePalousa 2021

Hi ! Another great time in CodePalousa. I hope I can see my friends IRL on 2022. This time, I shared some insights about Machine Learning on devices, really tiny devices. As usual now it’s time to share the resources Slides Source Code Source Code is available here. Recording Coming soon !

#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