-
#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
-
#Humor – #StarWars fix for errors
Hi ! Been there, done that … Greetings @ Burlington El Bruno — read more
-
#Quantum – The key for Mac and Linux is on Visual Studio Code #VSCode
Hi! Yesterday I wrote that one of the most important news of the last Update of the Microsoft Quantum Development Kit was the support for Mac and Linux. Well, this is achieved because the basis of Q# is the interaction of a host in .Net Core 2.0 and the connection to the Quantum Simulator. This… — read more
-
#Quantum – La clave está en Visual Studio Code #VSCode
Buenas! Ayer comente que una de las novedades más importantes del ultimo Update de Microsoft Quantum Development Kit era el soporte para Mac y Linux. Pues bien, esto se logra ya que la base de Q# es la interacción de un host en .Net Core 2.0 y la conexión con el Quantum Simulator. Esto nos… — read more
-
#Quantum – Improvements in the new version of Microsoft Quantum Development Kit (Linux, Mac, Python and more!)
Hi! February has been a month of events and sessions; March will be a month more dedicated to study and to build a couple of interesting projects. One of the issues that I have to take up again is Quantum Computing . I’ve already written some posts about it, and today I find a… — read more
-
#Quantum – Mejoras en la nueva version de Microsoft Quantum Development Kit (Linux, Mac, Python y mas!)
Buenas! Febrero ha sido un mes de eventos y sesiones; Marzo será un mes mas dedicado al estudio y a build un par de proyectos interesantes. Uno de los temas que tengo que retomar es Computación Cuántica (A partir de ahora Quantum Computing). Ya he escrito algunos posts al respecto, y hoy me encuentro… — read more
-
#Windows10 – #WindowsHello for Pets (yes, for pets!) #RaspberryPi #HacksterIO
Hi! Today I had to write a post about ASP.Net and Amazon Alexa but I have not finished my drafts on this. So I’ll share one of the most geek projects I’ve seen this year: Cat Door with Pet Recognition (link) As always, a video is the best way to explain this! And in my… — read more
-
#VS2017– Azure WebApi App, Amazon Alexa Skills and the error “I’m not sure what went wrong” (you get tired of listening!)
Hi! Just over a month ago Amazon officially launched its Amazon Echo line in Canada. In Avanade we will host an event specially dedicated to Artificial Intelligence and Voice Interfaces. And now that the holiday season has finished, it’s time to share some of the lessons learned over the last few months working with Alexa… — read more
-
#Humor – Somehow #Intel #Meltdown and #Spectre issues, show up an amazing Intel vs AMD code in the #Linux Kernel
Hi! Greetings @ Burlington El Bruno Source https://twitter.com/BryanLunduke/status/948430797266042880 — read more
-
#Coding4Fun – Goodbye to one of the funniest and useful Channel9 ‘s resources
Hi! Coding4Fun’s blog has officially closed. I guess the best way to summarize what is Coding4fun is with a couple of facts 1er article on April 2005. And it was written by a VIP guest: Scott Hanselman @shanselman and he was not even a MS employee during those days! Over 1500 blog posts and almost 300… — read more
-
#Humor – #Windows being Windows
Hi! Greetings @ Montreal El Bruno Source: Pretends to be drawing — read more
-
#VS2017 – Main Namespaces to be used in Q#
Hi! When we create a new Q# (extension. qs) file, this new file has a main namespace (usualy our project name) and then it includes a series of namespaces that will be used in our operations. Something similar to this image The Q# file operation template includes 2 main namespaces to be used open… — read more
-
#VS2017 – Releasing #Qubits using Reset() and ResetAll() in Q# on Microsoft Quantum Development Kit
HI! Yesterday I wrote on the MResetZ() which allows us to get the status of a Qubit and release it. Well, at the end of each Q# operation, all the used Qubits need to be released for the simulator to work properly. The following sample code will show a bad sample where a Qubit is used… — read more
-
#Humor – In this #Quantum times, a small #Binary jokes
Hi! Greetings @ Burlington El Bruno Source Programming Jokes — read more
-
#Event – Materials used during the [#AI: Hype or Reality] session at #MSTechSummit Toronto
HI! Microsoft Tech Summit Toronto 2017 has ended and the time has come to share the materials of my presentation. During my AI for the Enterprises session, I did not resist commenting on one of the most sympathetic examples in the world of AI: Muffin or Chihuahua. I strongly suggest to the people to search for… — read more