-
#AI – Microsoft launches AI Business School
Hi ! How many times you listen sentences like these ones: We will use Artificial Intelligence to analyze historical data and make some predictions to improve XYZ. We can use Machine Learning to get a better understanding of the problem. This is a typical scenario for AI, we can solve this using AI. And more… — read more
-
#CustomVision – It’s time to move your Custom Vision projects to #Azure!
Hi ! I’ve been writing a lot about Custom Vision, and how use and export CV models to ONNX or docker images to be used later in different types of scenarios. I got this post in draft mode, so it’s time to publish it. If you are using CustomVision.ai, you probably notice the warning message… — read more
-
#OpenSource – Microsoft open sources the Calculator, and the app is the less important part of this
Hi ! A couple of days ago Microsoft announced that they open sourced the Windows Calculator. Official Blog Post, Announcing the Open Sourcing of Windows Calculator And there were a lot of mixed opinions (as usual) about this. Of course, we have the [full time haters] with some arguments like, this is not enough or… — read more
-
#Humor – Learn c++ in one video
Hi! C++ devs will know … Greetings @ Burlington El Bruno — read more
-
#AI – My posts on CustomVision.ai, running on ONNX, Docker, on PC, RaspberryPi, MacOS and more !
Hi ! After the events in Canada and USA, and several posts, I think it’s time to make a recap of the posts I’ve wrote about CustomVision.ai and how I created a custom object recognition project. And later used this as a web HTTP Endpoint in a Console application. And also in Windows 10 with… — read more
-
#MacOs – Where is my Total Commander? hey, the amazing fman is a great alternative!
Hi ! In my 2 previous posts I shared my experiences looking for alternatives to Paint and Putty in MacOS. Both tools are very important, however are not as frecuently used as this one in Windows: Total Commander. Total Commander is amazing, that’s it. I’ve using TC since I’m using Windows. The whole idea of… — read more
-
#Docker – Tiempos de respuesta promedio utilizando #CustomVision.ai en un contenedor con Docker en #RaspberryPi u en PC
Buenas ! Alguien me pregunto por la performance de un proyecto de customvision.ai ejecutándose en una Raspberry Pi, y se me ocurrió que la mejor forma de explicarlo es mostrar las diferencias de tiempos de respuesta del mismo contenedor en Docker en PC y en una Raspberry Pi. La PC donde haré la prueba tiene… — read more
-
#Docker – Average response times using a CustomVision.ai docker container in a #RaspberryPi and a PC
Hi ! I was testing the performance of the same customvision.ai exported project, running in a docker container in standard PC and a Raspberry Pi. And, I’m really surprised and happy about the RPI times. Let’s start with the times for a container running in a PC with the following specs Note: I know this… — read more
-
#Office – An amazing example of the power of #AI inside #Powerpoint
Hi ! There are tons of demos about amazing using of Artificial Intelligence. I always try to choose and show the ones, who can be easily translated into our day to day experience. That´s why the option [Design Ideas] in Power Point is an amazing demo on how to use this. In the following video,… — read more
-
#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