-
#Humor – Best way to understand While and Do While Loops
Hi! Greetings @ Burlington El Bruno β read more
-
#Event – Global Azure Bootcamp, Mississauga, Call for Speakers open!
Hi ! Wow, it seems yesterday when I was sharing some Cognitive Services experiences in the Global Azure Bootcamp 2018. Now, I’m happy to announce that the 2019 edition will be on April 27 at Microsoft Offices in Mississauga. More information in the official website. And, a couple of days ago, we opened the Call β read more
-
#Hololens – After the huge announcement of #Hololens2, here are some interesting resources
Hi ! The official launch of the Hololens 2 was a couple of days ago during MWC 2019. Even if I miss my days supporting Avanade booth in the MWC, we are incredibly connected today, so I feel like I was there during the launch. So I may recap some resources to β read more
-
#Event – Webinar: Getting Started with ML.NET and Windows Machine Learning, Today with the GLUG .Net User Group
Hi ! Another virtual event about Windows ML and Machine Learning .Net, and this time with my good friends from Okemos, MI. The event will be Getting Started with ML.NET and Windows Machine Learning Thursday, Feb 21, 2018. 6:30 PM to 8:00 PM One more time, we have new features and improvements on the platform β read more
-
#VS2019 – Visual Studio Launch event on the next April 2nd, 9:00am PT
Hi ! You may want to get your 2nd monitor ready on the next April 2nd, 9:00am PT, because is the official launch of Visual Studio 2019 ! The Visual Studio 2019 Launch Event is Coming April 2nd, 9:00am PT. Whether you're a C#, C++, or Python dev & target the web, desktop, or β read more
-
#Docker – About ports, IPs and more to access a container hosted in a #RaspberryPi
Hi ! So, my CustomVision.ai image is build and running in a container in my Raspberry Pi 3. It’s time to see if I can use it from other devices in the same network. When I run my image I defined IP and Port, but if you want to know these information, the following command β read more
-
#Docker – Container dies immediately upon successful start in a #RaspberryPi. Of course, it’s all about #TensorFlow dependencies
Hi ! Creating Docker images is a fun process. When I created the CustomVision.ai custom image to be executed in my Raspberry Pi, I faced a couple of errors, so now it’s time to save / share some lessons learned. One of the most frustrating steps was after my 15 min wait time to build β read more
-
#CustomVision – Building the CustomVision project in #Docker in a #RaspberryPi
Hi ! So my next step in my build process is to host the CustomVision.ai exported model in a RaspberryPi (RPI). RPI supports docker, so it should be easy to work with the exported Linux image. So let’s take a look at the original [DockerFile] in the Linux export FROM python:3.5 ADD app /app RUN β read more
-
#CustomVision – Analyzing images using PostMan from a #CustomVision project hosted in a #Docker Container
Hi ! Today’s post is a simple one that I’ll use for sure in the future: How to make an HTTP Post Request using Postman to analyze an image using a Custom Vision project hosted in a docker container. In my previous posts I share the necessary steps to export a CustomVision.ai project and run β read more
-
#Humor – #StarWars fix for errors
Hi ! Been there, done that … Greetings @ Burlington El Bruno β read more
-
#CustomVision – Analyzing images in a Console App using a #CustomVision project in a #Docker Container
Hi ! This is a special post. It’s the 1st one I write completely in my MacBook, so I’m sure that Javier (@jsuarezruiz), Yeray (@JosueYeray), Braulio (@braulio_sl), Luis, Sara, Roberto and other mac users will be proud of me π So, I build and run my Custom Vision Marvel project in Docker for Mac. Smooth β read more
-
#CustomVision – Running a Custom Vision project in a local #Docker Container
Hi ! So now that I have Docker running in Windows 10, it’s time to use a Custom Vision model in Windows hosted in Docker container. There are 2 version available to export from CustomVision.ai for each one the projects: Linux or Windows I could not sucessfully built the Windows version, so I’ll work with β read more
-
#Windows10 – Can’t install #docker on Windows 10 Home, need Pro or Enterprise
Hi ! I hold my series of posts onΒ Custom Vision to add another brain reminder, this one is Do not install Windows 10 Home if you are going to use Docker! I recently installed a new dev environment, and when I was going to install Docker Desktop I found this amazing message Docker Desktop β read more
-
#Humor – Knock Knock Async function
Hi ! Greetings @ Burlington El Bruno Source: https://thecodinglove.com/ β read more
-
#Event – Cold weather? > All the @MVPDays sessions available for offline viewing !
Hi ! While we are enjoying this amazing days with -20C as average temperature, it’s maybe the perfect excuse to watch and learn with all the videos from yesterday’s MVP Days session. All of the recording are available here: https://www.youtube.com/playlist?list=PLW-BLrn2azoSeYbDWqNeQa83B5R8gc2vYΒ And the topics are: MVPDays – Securing Service Accounts The Modern Way – John O’Neill β read more
-
#VS2019 β Working with #Python Environments now is so cool !
Hi ! Let me start with IANAPU [I am not a Python user], and that’s maybe why, when I need to work and understand what is in my current environment it took me a lot of time to get and deploy the correct tools and the right packages to work with. Iβm not a fan β read more
-
#Event – 30 min of #MachineLearning.Net on the next @mvpdays on Jan 30!
Hi ! less than 24 hours for a full day of free training, take a look at MVP Days. I was lucky enough to have my slot to share some experiences and a zero to one demo on Machine Learning.Net Getting Started with Machine Learning.Net and Windows Machine Learning Machine Learning has moved out of β read more
-
#WinML β #CustomVision, object recognition using Onnx in Windows10, calculate FPS
Hi ! Quick post today. And itβs mostly as a brain reminder on the best way to perform a Frames Per Second calculation when we are analyzing images using a ONNX model. In the final UWP app, I added a top right label displaying the current date and time, and the processed FPS And the β read more