-
#Event – Resources used during the session “Hack a drone, hack the camera and use AI” at the Global AI Tour, Lahore Pakistan, 2020
Hi ! I had a great time early in the day with my Microsoft Student Partners from Lahore Pakistan, for the Global AI Tour. As usual, time for slides and code: Slides Code https://github.com/elbruno/events/tree/main/2020%2011%2030%20Global%20AI%20Tour%20Pakistan Resources DJI Tello Drone, https://www.amazon.com/Tello-CP-PT-00000252-01-Quadcopter-Drone/dp/B07BDHJJTH Ryze Tello SDK, https://www.ryzerobotics.com/tello Viola Jones, Object Detection Framework, https://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework Cognitive Services Custom Vision, https://customvision.ai — read more
-
#AI – #Lobe, exporting to ONNX, and running in C# #csharp @lobe_ai
Hi ! Follow up post after yesterday post on Lobe, and today focusing on ONNX and C# code. And, it all started because someone asked in twitter about an ETA to export the model to ONNX I decided to give a try to the TensorFlow to Onnx tool, and it worked great ! (see references).… — read more
-
#AI – #Lobe, desktop tool to train custom machine learning models for Computer Vision @lobe_ai
Hi ! There are 2 ways to describe Lobe. You may want to use their official description Lobe helps you train machine learning models with a free, easy to use tool. Lobe AI Homepage Or you may want to use the tool. Let’s review the 2nd one with a NNNN step tutorial. Data Source Images… — 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
-
#Event – Let’s hack a drone, hack the camera and use AI! virtual with Microsoft Reactor @MSFTReactor
Hi ! Today I’ll share a new version of my drone and Artificial Intelligence session, hosted by Microsoft Reactor Toronto. The registration link and details are available here — read more
-
#Office – New Microsoft Word editor helps support Inclusive Language.
Hi! I already write about some cool features embedded in Office to help us to be more productive. These features are mostly based on Artificial Intelligence. And one great example is the Microsoft Word Editor feature. Today I was reading an article “New AI tools help writers be more clear, concise and inclusive in Office… — read more
-
#event – #GlobalAI On Tour Toronto, on Saturday June 27, let’s rock a full morning about AI
Hi ! The Global AI On Tour is a free event organized across the world in April, May and June by local communities that are passionate about artificial intelligence on Microsoft Azure. We will run this in Virtual mode, so for our local one, the one for the Great Toronto Area, we are going to… — read more
-
#Event – Resources used during the #AI session on the Best of Build 2020 – Canada Community Edition event
Hi ! After an amazing event last Saturday, where we shared our best choices after Microsoft Build, now it’s time to share the resources used in the Artificial Intellitence session. Slides Resources Virtual Stage Creating a virtual stage when in-person isn’t possible Building Build: a behind-the-scenes look at #MSBuild AI KeyNote AI Super Computer Microsoft… — read more
-
#Office – Another cool #Outlook Feature: review links and email participants before send an email
Hi! I already write about some cool features embedded in Office to help us to be more productive. Some of them are AI based, and others are so simple and useful, like this one, that they deserve a post. This is a classic one: we are trying to avoid big attachment in emails, if you… — read more
-
#Event – Resources used during the #GlobalAI Tour, Buenos Aires, May 30. Let’s code a drone to follow faces! Using AI, Python, containers and more.
Hi ! The event is complete, and now is time to share the resources I used during the session Slides Code https://github.com/elbruno/events/tree/master/2020%2005%2030%20Global%20AI%20Tour%20BsAs%20Drone%20AI Resources DJI Tello Drone, https://www.amazon.com/Tello-CP-PT-00000252-01-Quadcopter-Drone/dp/B07BDHJJTH Ryze Tello SDK, https://www.ryzerobotics.com/tello Viola Jones, Object Detection Framework, https://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework Cognitive Services Custom Vision, https://customvision.ai — read more
-
#Event – #GlobalAI On Tour, Argentina. Vamos a programar a un dron en Spanish !
Buenas ! Cambios de ultimo momento. Mañana estaré como uno de los ponentes virtuales en el Global AI on Tour para Argentina. Estaré hablando de drones, y más que hablando más bien programando un poco un drone para pasarlo bien. Y utilizando un poco de AI para hacer esto más divertido. Para subir el nivel,… — 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
-
#Event – #GlobalAzure Virtual 2020, Panel de Expertos en AI ! live from Spain in Spanish :D
Buenas ! Como parte del Global Azure Virtual, el próximo viernes 24 en tu hora local, tengo la suerte de participar en un panel de expertos de Inteligencia Artificial hablando sobre variedad de temas de AI. Tengo la suerte de compartir podio con: Elena Salcedo Software Developer @ Intelequia | MVP AI Me divierto programando… — read more
-
#Event – Recorded session (spanish) and resources for the #GlobalAICommunity Virtual Tour, Monterrey. Vamos a programar a un dron para que siga rostros!
Hi ! The event is complete, and now is time to share the recorded session and the resources I used during the session Recorded Session (Spanish) Slides Code https://github.com/elbruno/events/tree/master/2020%2004%2018%20Global%20AI%20On%20Tour%20MTY%20Drone%20AI%20Mex Resources DJI Tello Drone, https://www.amazon.com/Tello-CP-PT-00000252-01-Quadcopter-Drone/dp/B07BDHJJTH Ryze Tello SDK, https://www.ryzerobotics.com/tello Viola Jones, Object Detection Framework, https://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework Cognitive Services Custom Vision, https://customvision.ai Damian Tello, Python DJI SDK, https://github.com/damiafuentes/DJITelloPy — read more
-
#Event – #GlobalAICommunity More Drones and AI, pero esta vez en español ! el 18 de Abril para Global AI On Tour MTY
Hola ! Ya estaba por guardar el dron, eliminar los recursos de Azure y pintar mi oficina, cuando tuve que poner esto en pausa por un excelente motivo. El próximo 18 de Abril estará hablando de drones, Inteligencia Artificial, Docker, y otras sorpresas para el evento gratuito de Global AI On Tour Monterrey ! Global… — read more
-
#Coding4Fun – How to control your #drone with 20 lines of code! (14/N) – #GlobalAICommunity Virtual Tour, recorded session
Hi ! Before moving forward with the Coding4Fun series, I think this video is a great checkpoint of the posts that I’ve writen until today — read more
-
#Event – Resources used during the #GlobalAICommunity Virtual Tour, April 8th. Let’s code a drone to follow faces! Using AI, Python, containers and more.
Hi ! The event is complete, and now is time to share the resources I used during the session Slides Code https://github.com/elbruno/events/tree/master/2020%2004%2008%20Global%20AI%20Community%20Drones%20AI Resources DJI Tello Drone, https://www.amazon.com/Tello-CP-PT-00000252-01-Quadcopter-Drone/dp/B07BDHJJTH Ryze Tello SDK, https://www.ryzerobotics.com/tello Viola Jones, Object Detection Framework, https://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework Cognitive Services Custom Vision, https://customvision.ai Damian Tello, Python DJI SDK, https://github.com/damiafuentes/DJITelloPy — read more
-
#Event – #GlobalAICommunity Virtual Tour, April 8th. Let’s code a drone to follow faces! Using AI, Python, containers and more.
Hi ! On the 8th of April 2020 the Global AI Community is hosting a 30 hour live event across timezones in different languages. Mark the date in your calendar, subscribe to our YouTube channel and tune in. We updated the agenda with an amazing set of great speakers, and super cool sessions. Take a… — read more