-
#Windows10 – My own list of prerequisites to install dlib: Visual Studio C++, CMake and Cuda dlls
Hi ! Another blog post reminder, this time related on prerequisites to install dlib. And before start, a dlib description: Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. It is used in both industry and academia in a wide range… — read more
-
#Tools – Add ZoomIt to Windows 10 Start Menu #Windows10
Hi ! Here it goes another post reminder, just for me. Every time I install a new Windows 10 instance, I need to search on how to add a .exe file as an application to the Windows Start Menu. So, I’ll use ZoomIt as the sample one and here are the steps. Disclaimer: if you… — read more
-
#Tools – Using an old #Android tablet as an additional monitor
Hi ! Please don’t ask me why, however today I was in the need to have a 3rd monitor to my current setup. And, somewhere during these days, I remember that someone commented about using an old iPad / Android tablet as an external monitor. We don’t do Apple at home (again, don’t ask me… — read more
-
#Azure – How to push / export and run a docker python flask web app on Azure
Hi ! Here is an important reminder before starting: Please do not use as a guide to deploy to production environments. I was reading a lot about Azure Container Registry and other container scenarios. And most of the demos / tutorials are based on .Net Container Web Apps. Which is great, however there are no… — read more
-
#VisualStudioCode – Create and use Code Snippets in @code, and create custom snippets just for your workspace
Updated version available here. Hi ! Code Snippets are super useful, and create your custom Code Snippets is super easy in Visual Studio Code. The official Documentation (see references) explains how to create snippets, with the full details of the JSON file, sections, contents and more. However there are some extra tips on top of… — read more
-
Desplegando aplicaciones desde Azure Deployment Center
Originally posted on mteheran.dev: Azure Deployment center es una funcionalidad que tienen varios servicios de Azure en donde fácilmente podemos seleccionar la fuente donde se encuentra nuestra nuestro código en algunos simples pasos y de esta forma podemos tener toda la configuración de integración continua y despliegue continuo de nuestra app hacia Azure. El primer… — read more
-
#Event – Resources used on “Getting Started with Machine Learning .NET” for the Central Ohio .NET Developer’s Group (@CONDG)
Hi ! Great session yesterday with Matthew and the Central Ohio .NET Developer’s Group (CONDG). And the excuse was to talk about Machine Learning .Net. As usual, now it’s time for slides and code Slides Code The code used during the session is available here: https://github.com/elbruno/events/tree/main/2020%2009%2024%20CONDG%20MLNet Session Recording (I’ll update this block when the recording… — read more
-
#Podcast – We are also in Spotify ! (still main source in iVoox! )
Hi ! Just a great Friday news: No Tiene Nombre (NTN) is also hosted in Spotify ! You can find the Spotify source here And, of course, we are still in iVoox: https://www.ivoox.com/podcast-bruno-no-tiene-nombre_sq_f1277993_1.html Awesome Friday news ! — read more
-
#MSIgnite – Book of news is available ! Also translated to Chinese, French, German, Italian, Japanese, Portuguese and Spanish #MSIgnite2020
Hi ! Awesome news from Microsoft Ignite 2020. We have access to the book of news, and it also have translations to support languages other than English. The Book of news is a guide to the key news items that we are announcing at Ignite, and instead of the usual PDF, now we have an… — read more
-
#Personal – We have a “Learn to pronounce” feature in Google !
Hi ! Some days ago, while I was searching for the meaning of a word, I found an amazing feature in Google: Learn to pronounce And it’s very basic and amazing at the same time. You search for a definition of a word In the result area, you get the speaker button, who reproduces the… — read more
-
#VS2019 – ML.NET Model Builder training using GPU, CPU and … Azure !
Hi ! I my previous posts on Model Builder, I show the differences between using the CPU and GPU to train a model. There is a 3rd option, which involves an Azure ML Experiment, and performs the training on the cloud. It took me some time, to setup this environment, mostly because I tried to… — read more
-
#MSIgnite – FREE Microsoft Certification Voucher as part of the Cloud Skills Challenge
Hi ! Next week we will have the 1st virtual Ignite. I’m lucky enough to participate in a great AI session and while I’m building my agenda, I also realize that we have a Free Certification Voucher program, similar to the one that we had at Build 2020. Once you are registered to the event,… — read more
-
#YoloV3 – Rapid Object detection with 5 lines of code ( @code and #Python for the win! )
Hi ! Sometime ago, I wrote a simple Python class a wrapper for YoloV3. This allows me to write 5 lines of code to analyze an image. Once I use this class, I only press F5 in Visual Studio Code and it’s magic: A sample usage will be similar to this one. The only required… — read more
-
MLOps – How to automate and accelerate the machine learning lifecycle?
Originally posted on Ivana Tilca: This weekend I tried to step aside a little bit of my comfort zone to test what MLOps is all about. First, lets understand some use cases on how Machine Learning is used across different areas. ML adoption requires a cultural shift and a technology environment with people, processes, and… — read more
-
#Event – Getting Started with Machine Learning .NET
Hi ! I’m back to share some amazing ML.Net Experiences. This time with my friends from [Central Ohio .NET Developer’s Group (CONDG)] with a virtual event on [Thursday, September 24, 2020]. It’s been a while since my Machine Learning.Net sessions, so I’m creating one from scratch to cover all the amazing new features that we… — read more
-
#Podcast – NTN 63 – Microsoft Regional Directors, un poco de tecnología y transformación digital
Buenas! Hoy tenemos la suerte de hablar con Alberto Diaz Martin, David Rodriguez Hernandez y Juan Quijano sobre su experiencia como Microsoft Regional Director. Es super interesante ver como el enfoque de este reconocimiento es orientado 100% hacia el negocio y las diferencias con reconocimientos más técnicos como un Microsoft MVP. Nos cuentan además su… — read more
-
#Event – #MSIgnite: The promise of AI and ML – Will it change the world?
Hi ! This year I’ll also be at Ignite as part of an amazing group with a great set of experts to talk about solving problems using Artificial Intelligence. I hope we can meet on the next Wednesday, September 23; 3:15 PM – 3:45 PM EDT The promise of AI and ML – Will it… — read more
-
Manejo de Local Storage en Blazor
Originally posted on mteheran.dev: El manejo de datos en sesión o datos compartir trasversalmente dentro de una aplicación web es algo bastante común y necesario. El local storage en los navegadores nos permite guardar datos que pueden ser utilizados en todo el contexto de nuestra página y actualizados según se requiera. Blazor no tiene un… — read more
-
#VS2019 – ML.NET Model Builder GPU vs CPU test: 4 times faster !
Hi ! Yesterday I wrote about the new options that we have to train models in ML.Net Model Builder. The main new is that we have the option to use our GPU to train models. Quick recap, Model Builder supports 3 specific training environments Local (CPU) Local (GPU) Azure Yesterday I tested train a small… — read more