-
#Windows10 – Auto login to Windows 10, the easy way with Autologon (sysinternals)
Hi ! I’m old school, that’s for sure. And, when I’m in the process of setup a demo machine, and I need the machine to auto login on start, I always open the registry, navigate to this location, and do some magic. However, there is an easier way, a much more easier way. Our friends… β read more
-
#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 messages Each 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… β read more
-
#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… β read more
-
#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 project Update the main Python app to run as Azure IoT Module and also perform Computer Vision analysis. Azure IoT Module… β read more
-
#Event – Drones π and Anomaly Detection π at The Virtual ML.NET Community Conference, May 7/8
Hi ! April is gone, and also my event-free calendar until May. And I’m super lucky to host a session at the Virtual ML.Net Community Conference The Virtual ML.NET Community Conference is a 2-day community driven conference on all things ML.NET.The conference will be streamed live on Twitch and YouTube.Itβs 100% free and open for… β read more
-
#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… β read more
-
#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… β read more
-
#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 fish flower human I build a model in Custom Vision and then I show my amazing drawing skills with something… β read more
-
#AzureIoT – Posts Recap
Hi ! I’m going to start a new series of posts for Azure IoT and Computer Vision, so I think it will be a good idea to have a main post with the series recap. β read more
-
#Event – “Scaling a POC to an Enterprise using Azure Custom Vision” at the Azure Sydney User Group. Session Resources
Hi ! I had a great time early in the day with some friend from Australia. As usual, time for slides and code: Slides Code https://github.com/elbruno/events/tree/main/20210421%20Sydney%20CV My Session – Video Coming soon Resources Kaggle, Distracter Driver challenge Azure Custom Vision Azure IoT Central β read more
-
#VS2022 – Visual Studio 2022, let’s wait for some amazing features πππ
Hi ! I didn’t know that this will be public this week, and it makes me super happy. I’ve been a Visual Studio fan for a long time. And Visual Studio 2019 is great, however the full set of improvements and new features included in the next major release make my smile a lot !… β read more
-
#Event – Cafe and Azure: AI and IoT #GlobalAzure #Spain
Hi ! I know, I’m on an event-free calendar until May. However, my friends from Spain invited me to an amazing session for the Global Azure Spain to chat about Artificial Intelligence and IoT, so I’ll be there ! See you later today ! β read more
-
#Python – Hand Gesture Recognition π€ποΈπ€ using mediapipe
Hi ! It’s been a while since I shared some code samples, so here we go today with a simple series based on MediaPipe. MediaPipe is a great Machine Learning platform with cross-platform and customizable ML solutions. And with Python support! MediaPipe offers customizable Python solutions as a prebuilt Python package on PyPI, which can… β read more
-
#Office365 – Plan your Time Away and Focus Time. This is super important, and easy thanks to My Analytics
Hi ! Thanks for the great feedback on this topic. Today, I’ll share a typical Monday Routine for me Plan my weekly Focus Time and Time Away. I used to do this manually, now thanks to My Analytics this is just 2 clicks. And, also fairly accurate. You can do this in the My Analytics… β read more
-
#Office365 – Delay email delivery to normal hours ! Don’t be the one sending emails π§ at crazy hours …
Hi ! I didn’t expect to have so many good feedback with yesterday’s post about how to short the duration for all your outlook events. So, today goes another tip, this one focused on being kind with your colleagues. If you work with colleagues in different time zones, or you work outside your working hours,… β read more
-
#Training – #Pluralsight Brings Back Free April
Hi ! Quick Monday post, and super easy to get: Free Pluralsight Training in April As the official announcement claims SILICON SLOPES, Utah β Pluralsight, Inc. (NASDAQ: PS), the technology workforce development company, today announced that the company is bringing back Free April, allowing 30 days of free access to the Pluralsight Skills platform for… β read more
-
#Windows10 – Where is my mouse π±οΈ ? CTRL Key may help
Hi ! Here goes a quick Windows 10 tip. I work with several monitors, and from time to time, I lost my mouse. Yes, it sounds silly, but I start to move my mouse all around until I detect the location of the mouse pointer. So, there is a cool way to solve this, enabling… β read more
-
#MVPBuzz – Recap of Microsoft best announcements at #MVPSummit Day 1
Hi ! Every year Microsoft host an amazing 1-week event fully dedicated to the Microsoft MVP community. This the chance that we have to connect with Product Teams and other MVPs, share experiences and learn about Microsoft products. Yesterday was an amazing day, so let me recap the 1st and most important announcements. Microsoft βββββ… β read more
-
#Office365 – How to get profile photos from AD/O365 users?
Hi ! Here goes a simple one: How to get profiles users from Office portal ? You know the profile photos that you see all around in Office 365. In example, in Delve If you right click one of the users, you won’t get a save image option, that’s bad. However there is a simple… β read more
-
#RaspberryPi β 1st setup no monitor πΊ: Wifi πΆ auto connect, SSH, rename, update, docker π³ and more! Update 2021-Mar-22
Hi! Let’s start installing the latest Raspberry Pi OS image in an SD card. Next steps will be focus on how to access and control remotely your device you may want to follow this steps. This tutorial and tips works for Raspberry Pi 3, 4 and Zero. Update 2021-Mar-22. The version 1.6 of Raspberry Pi… β read more