-
#Video 🎦 – Testing Morph transitions while edit videos in #PowerPoint
Hi ! Ok, more tips of video editing using PowerPoint. Please read my previous posts for the context on how to use these scenarios. I’m a big fan of Microsoft Morph transition, so I was wondering if the I will have some amazing also working with slides. You can reach your own conclusions. In the… — read more
-
#Video 🎦 – Concatenate 2 videos, trim content, add transitions and more using #PowerPoint 🖼️ without a video editing tool
Hi ! Ok, more tips of video editing using PowerPoint. Please read my previous post for the context on how to use these scenarios. And, disclaimer: even if we can do this, Microsoft PowerPoint is not the best tool to do this. Trim Video content 1st scenario is about selecting specific start and end time… — read more
-
#Video 🎦 – How to add a layer, image or credits information using #PowerPoint 🖼️ without a video editing tool
Hi ! Getting ready for my new role, it’s time to share some quick tips. Today I’ll share a quick video editing tip, when you don’t have any video editing tool, or skills. Add a bottom-right corner text on top of a video using Microsoft PowerPoint. For this demo, I’ll use a free video from… — read more
-
#GitHubCopilot 🤖 – ¿Es el fin de los programadores? (no tanto 🐱🐉) – Video Español con Polo MC Tech
Buenas ! Otro sábado más compartiendo experiencias y opiniones sobre CoPilot. Esta vez con los amigos del Polo Tecnológico de Mina Clavero. — read more
-
#GitHubCopilot: 🤖 qué es, cómo funciona y el impacto futuro de la IA en el trabajo de programador. Grabación 📺
Buenas ! ¿Qué es GitHub Copilot?¿En qué me afecta como programador? En este evento, José Manuel Alarcón y el MVP experto en IA Bruno Capuano hablaron sin sensacionalismos (¡y sin guión!) sobre qué es GitHub Copilot, vimos cómo funciona Copilot con ejemplos en directo, qué son GPT-3 y Codex, y cómo afectará la IA al… — read more
-
#LemonCode – Usando layouts de D3js para representar datos 📈📉📊
Creando un gráfico de barras La forma más tradicional y, muchas veces, efectiva de mostrar datos es usar una gráfica de barras. Las personas somos muy buenas comparando longitudes, sobre todo si estan una encima de otra. Por otro lado, los cálculos necesarios para determinar la longitud de las barras son relativamente sencillos, por lo… — read more
-
#LemonCode TV ! 🍋📺🍋
Introducción Llevábamos varios meses trabajando en un nuevo proyecto, y hace unas semanas por fin pudimos publicarlo: Lemoncode Tv ¿Qué tiene esto de diferencia con lemoncode.net ? Cuando arrancamos Lemoncode nos planteamos poder impartir formaciones a largo (Máster Front End, Bootcamp Devops, Bootcamp Backend, Bootcamp JavaScript) y a medida para empresas. Esta es un área… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (21/N)
Hi ! In my post series I already wrote about how to detect faces. We can do this with a camera and OpenCV. However, a drone can also be moved on command, so let’s write some lines to detect a face, and calculate the orientation and distance of the detected face from the center camera… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (20/N)
Hi ! We already have the drone camera feed ready to process, so let’s do some Image Segmentation today. As usual, let’s start with the formal definition of Image Segmentation In digital image processing and computer vision, image segmentation is the process of partitioning a digital image into multiple segments (sets of pixels, also known… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (18/N)
Hi ! Today I’ll step back a couple of posts, and add 2 simple lines to allow me to save a video file from the Drone camera. This is a request, and it’s makes a lot of sense to have recorded a file with the drone camera. The video will later contains detected objects and… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (17/N)
Hi ! Once we have the a custom vision trained model instance, we can use it to recognize objects from the drone camera feed. Read my previous posts for descriptions on these. Another interesting scenario, is to save local files for every detected object. In the following code, I’ll save 2 different files for every… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (16/N)
Hi ! In my previous post, I shared an example where I analyzed the camera feed using a Image Recognition model created using Custom Vision. Today I’ll expand the sample, and show in real time the detected MVPs logos with a frame in the drone camera feed. Let’s take a look at the demo working… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (15/N)
Hi ! Let’s use Custom Vision to analyze the images from our drone camera. In this scenario, I created a custom model to recognize MVP awards from my MVP wall. I know, that’s bragging, but I like it. Disclaimer: There are plenty of documentation and tutorials about Custom Vision. I won’t go deep on the… — read more
-
#Personal – Kids and STEM: my 2 cents to #IWD2020 #PressforProgress #CDC2020
Hi! Some time ago I posted about the amazing experience I had at the Caribbean Developer Conference (@caribbeandevcon) in Punta Cana. And if you are wondering “How this is related to International Women Day?”, let me share this video: That’s Martina (my 10yo daughter) with Scott Hanselman talking about Computer Vision. She was part of… — read more
-
#Humor – Learn C++ in one video !
-
#AI – AI for Earth, AI tools in the hands of those working to solve global environmental challenges
Hi ! When I was in Ohio @CodeMash, I was lucky enough to meet Jennifer Marsman, Principal Engineer & speaker on the AI for Earth team at Microsoft (@jennifermarsman). She hosted an amazing session where she shared details about some projects on AI for Earth. AI for Earth puts Microsoft cloud and AI tools in… — read more
-
#Python – The best way to explain how jupyter notebooks works with Visual Studio Code @Code
Hi ! So, after my yesterday post [Edit and work with Jupyter notebooks in Visual Studio Code], today some people asked me how the Jupyter Notebooks and Python integration works. The best way to explain this is with a simple animated video with the following actions Create a cell using the prefix # %% Run… — read more