-
#MacOs – Where is my Putty? Utilizando SSH y RealVNC para conectar con #RaspberryPi [experiencias en Mac de un long time #Windows user]
Buenas ! En mi post anterior escribí sobre mis experiencias en el nuevo mundo de MacOS. Soy un novato total en este mundo y estoy aprendiendo sobre la marcha para poder ser productivo en mi día a día en Avanade y en mis hobbies y actividades personales. Al igual que en mi post anterior, la — read more
-
#MacOs – Where is my Putty? Need for SSH and RealVNC to connect to #RaspberryPi [experiences in Mac from a #Windows user]
Hi ! In my previous post I share the context on why I’m a total newbie into the MacOS world. So today, I want to share another experience when switching from Windows to Mac. As my previous content, the need for a SSH client is based on my live demos on my Custom Vision event. — 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
-
#MacOs – Where is my Paint? [Primeros días en MacOs después de décadas en #Windows]
Buenas ! Antes de comenzar, creo que es mejor compartir un poco de contexto. He sido un usuario de Windows por mas de 2 décadas. He probado y utilizado otros SOs, como Linux, cuando trabajo con mi Raspberry Pi; o hace mucho tiempo con Xamarin y Mac OS. Sin embargo, mi SO principal siempre ha — read more
-
#MacOs – Where is my Paint? [experiences in Mac from a #Windows user]
Hi ! Let me start with some context, I’ve been using Windows from over 20 years. I’ve play around with other OS, like Linux when I’m using my Raspberry Pi; or Mac back in some old Xamarin days. However my main platform was always Windows. A couple of weeks ago I switched my portable device — read more
-
#VS2019 – Lanzamiento de Visual Studio 2019 el 2 de Abril 9:00am PT
Buenas ! Es tiempo de preparar el 2do monitor para el próximo 2 de Abril, cuando se presenta la nueva versión de 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 cloud, we'll — 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 – Sobre puertos, IPs y mas para acceder a un container alojado en #RaspberryPi
Buenas ! Mi proyecto de CustomVision.ai esta compilado y ejecutándose en Docker en Raspberry Pi 3. Ahora llega el momento de utilizar el mismo desde aplicaciones en otros dispositivos, y para este caso, todos en la misma red. Cuando ejecute mi imagen, utilice parámetros para definir la IP y los mapeos de los puertos de — 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 muere inmediatamente después de ser iniciado en #RaspberryPi. Obviamente, era un problema de dependencias de #TensorFlow
Buenas ! La creación de imágenes en Docker es un proceso divertido. Cuando cree la imagen de CustomVision.ai para ser ejecutada en Docker en Raspberry Pi, me encontré con unos errores interesantes, así que aprovechare este post para escribir sobre los mismos. La compilación de cada imagen suele tardar alrededor de unos 15 minutos. Ver — 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 – Compilar el proyecto de CustomVision en #Docker en una #RaspberryPi
Buenas ! Después de compilar y utilizar el modelo exportado de CustomVision.ai en Windows y Linux, el siguiente paso es intentarlo en una RaspberryPi (RPI). Desde hace un tiempo RPI soporta docker, así que intentare tomar la imagen de Linux y modificar la misma para que funcione en la RPI. Este es el contenido del — 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 – Analizando imágenes con PostMan con un proyecto de #CustomVision en un #Docker Container
Buenas ! El post de hoy es uno simple, y que tengo que apuntar para el futuro: Utilizar PostMan para realizar una petición HTTP POST para analizar una imagen con un proyecto de Custom Vision alojado en un Docker container. En mis post anteriores escribí sobre como crear y exportar un proyecto en CustomVision.ai; y — 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
-
#Humor – #StarWars fix for errors
Hi ! Been there, done that … Greetings @ Burlington El Bruno — read more
-
#CustomVision – Analizando imágenes en una Console App utilizando un proyecto de #CustomVision en #Docker Container
Buenas ! Este es un post especial, ya que es el 1ro que escribo completamente desde mi . Estoy seguro que Javier (@jsuarezruiz), Yeray (@JosueYeray), Braulio (@braulio_sl), Luis, Sara, Roberto y otros mac users estarían orgullosos de mi 😀 Basado en el post anterior, he compilado y ejecutado mi proyecto Custom Vision Marvel en Docker — read more
-
#CustomVision – Analyzing images in a Console App using a #CustomVision project in a #Docker Container
Hi ! This is a special post. It’s the 1st one I write completely in my MacBook, so I’m sure that Javier (@jsuarezruiz), Yeray (@JosueYeray), Braulio (@braulio_sl), Luis, Sara, Roberto and other mac users will be proud of me 😀 So, I build and run my Custom Vision Marvel project in Docker for Mac. Smooth — read more
-
#CustomVision – Utilizando un proyecto Custom Vision en un #Docker Container local
Buenas ! Ahora que ya tengo en funcionamiento Docker en Windows 10 es tiempo de exportar un proyecto de CustomVision y ejecutarlo dentro de un container. Cuando exportamos hay 2 version disponibles: Linux or Windows En mi caso no pude compilar la versión de Windows, asi que trabajare con la versión de Linux. El zip — read more