-
Azure Metrics Advisor para ayudar al equipo de IT gracias a la Inteligencia Artificial
Originally posted on Alb3rto Alonso: Hace unas semanas encontré un hueco para echar un vistazo a dos componentes recientemente desplegados en Azure que implementan Inteligencia Artificial y me resultaron especialmente interesantes, pues dan cobertura a varios casos de uso que llevaba tiempo tratando de optimizar. El primero fue Azure Cognitive Servicies Spatial Analysis y el… — read more
-
#Event – Lo mejor de Visual Studio @Code Day 2022 💻🖥️💻
Buenas ! El 3 de Marzo, el equipo y la comunidad de Visual Studio Code organiza un evento en vivo para usuarios de Visual Studio Code. Presentarán novedades, es una gran oportunidad para conocer al equipo que trabaja en Visual Studio Code todos los días. El 16 de Marzo, en esa sesión repasaremos estas novedades… — read more
-
#Windows11 – Live Captions, an amazing feature !
Hi ! The latest Windows 11 Insider release include several features. And this one is in my top 3: Live Captions. Live captions will help everyone, including people who are deaf or hard of hearing, better understand audio by viewing captions of spoken content. Captions are automatically generated on-device from any content with audio. Captions… — read more
-
#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… — read more
-
#OpenCV – How to convert to grayscale and show a single color an image 🖼️ using Python 🐍
Hi ! Super quick post today with a cool scenario to support my TikTok videos in Spanish (I know 😀): How to convert to grayscale an image and show a single color using python and opencv Here is the output with an original photo from my office and a new image with this effect: Disclaimer:… — read more
-
#Event – March AI 🧠 Series at Toronto Reactor
Hi ! March is a month focused on Artificial Intelligence in the Microsoft Reactor. During the full month we will host sessions focused on AI and ML. Sessions Additional Resources — read more
-
#OpenCV – How to add a Pencil Sketch effect to an image 🖼️ using Python 🐍
Hi ! Super quick post today with a cool scenario to support my TikTok videos in Spanish (I know 😀): How to add a pencil sketch effect to an image using python and opencv Here is the output with an original photo from my office and a new image with the pencil sketch effect: Sample… — read more
-
#OpenCV – How to add a watermark to an image 🖼️ using Python 🐍
Hi ! Super quick post today with a cool scenario to support my TikTok videos in Spanish (I know 😀): How to add a watermark text to an image using python and opencv Here is the output with an original photo from my office and a watermarked one: Sample code: — read more
-
#Event – Introduction to GitHub in Visual Studio Code 📝at @msftreactor
Hi ! After a quick poll, the following event was the winner for a live session from Microsoft Reactor: Introduction to GitHub in Visual Studio Code 📝 In this session we will learn how to work with Visual Studio Code and GitHub. We will learn different topics, including authentication, publishing repos, and viewing your repo… — read more
-
#OpenCV – Access a local camera 🤳in F# 📝
Hi ! NET is in anniversary mode, and in Dev.to blog, someone asked about these samples in F#. It’s been a while since I wrote some F# code, and this is the perfect excuse to start. Today Post: Access a local camera and show the camera frames in an OpenCV window. In following posts we… — read more
-
#OpenCV – Detect and blur faces 😁 using DNN in C#
Hi ! NET is in anniversary mode, so I think it will be a good idea to share some camera samples in C#. For these demos I’m using C# 6 and OpenCVSharp as OpenCV wrapper for .NET. Today post: detect a face using a DNN model and blur the face area. This demo also show… — read more
-
#OpenCV – Detect and blur faces 😁 using haar cascades in C#
Hi ! NET is in anniversary mode, so I think it will be a good idea to share some camera samples in C#. For these demos I’m using C#, NET 6 and OpenCVSharp as OpenCV wrapper for .NET. Today post: detect a face using haar cascades and blur the face area. This demo also show… — read more
-
#OpenCV – Detect and blur faces 😁 using DNN in Python 🐍
Hi ! Quick post today: detect a face using a pretrained DNN model and blur the face area. Easy to implement, and also easy to read: Code below That’s it, sample using DNN. Next challenge will be to do this in F#. — read more
-
#PowerPoint – Integrate your live camera 🎦 feed in your slides
Hi ! Wow, I opened PowerPoint today to check my slides for a presentation later today and I find a new super cool feature that allow me to add a live camera feed into my slides. This is part of a set of new features for Office Insiders and it’s called: CAMEO. You can read… — read more
-
#OpenCV – Detect and blur faces 😁 using haar cascades in Python 🐍
Hi ! Quick post today: detect a face using haar cascades and blur the face area. Easy to implement, and also easy to read: Code below Important: Haar cascades are easy to implement and learn, however, not recommented as a good solution to detect faces. — read more
-
Beca El Bruno – Lemoncode
Buenas ! Fuente original. Nos hace mucha ilusión comunicaros que nos hemos asociado con Bruno Capuano (yo mismo) para ofrecer una plaza 100% becada de nuestro Máster Front End Lemoncode a ciudadanos residentes en Latinoamérica. En este post podrás leer las bases de la misma, y encontrarás un enlace para poder aplicar. Bases La convocatoria… — read more
-
#Windows11 – Microsoft Power Toys, 🖱️ Mouse Utilities rocks 🤘🤘🤘
Hi ! If you are working with Windows, the Microsoft Power Toys are kind of a #MustHave. And, the set of new mouse features, in the latest release improves a lot the experience while doing presentations, sharing screen, and more. We already know the press CTRL twice to locate your mouse, which is super useful… — read more
-
Cómo #GitHubCoPilot 🤖 me ayuda en mi día a día en Microsoft en Marzo en @MSFTReactor
Buenas ! Marzo es nuestro mes de Inteligencia Artificial y Aprendizaje Automático en Microsoft Reactor Network. Este es el momento perfecto para compartir las experiencias de programadores que trabajan con Visual Studio Code y GitHub CoPilot. Es por eso que en Marzo realizaremos 5 sesiones diferentes de 30 minutos, con experiencias trabajando con: Python C++… — read more
-
How #GitHubCoPilot 🤖 is helping in my daily work at Microsoft on March @MSFTReactor
Hi ! March is our Artificial Intelligence and Machine Learning month. I decided to share a little about my experiences working with Visual Studio Code and CoPilot. That’s why on March I’ll share 5 different 30 minutes sessions, with my experiences working with Python C++ C# Markdown Using CoPilot to control a Roomba 🤖 !… — read more
-
#AzureML – Sample 🐍 Python app using a WebCam to perform Image Analysis from an image classification AzureML HTTP REST Endpoint
Hi ! In my previous post I wrote How to create a custom dataset with images to be used on a Azure Machine Learning Designer project. How to use the custom data set and how to train an image classification model. How to publish the model to be used as a WebService / HTTP REST… — read more