May 6, 2020Taiga Ishida 4 minute read
The Jetson TX2 is part of NVIDIA’s line of embedded AI modules enabling super fast computation on the edge. The TX2 is a leg up compared to the Nano and will give you faster inferencing times in your AI applications. In fact, the Jetson TX2 is the fastest, most power-efficient embedded AI computing device. This 7.5 watt supercomputer on a module brings true AI computing at the edge.
Please note: This setup guide can only be followed if you have a Linux computer. VM support is un-verified.
Apr 30, 2020Taiga Ishida 5 minute read
The process of developing computer vision applications has been greatly simplified by alwaysAI, which now includes native support for Mac OSX (Mojave and Catalina), and enables developers to get started prototyping applications right away with very little setup required. By the way, you can also learn how to install alwaysAI on Ubuntu and Windows.
Feb 28, 2020Taiga Ishida 23 minute read
Sockets are endpoints for inter-process communication over the network, which is supported by most platforms. Using sockets with the alwaysAI platform allows an application to communicate with external applications running locally or externally, as well as with applications written in different programming languages. There are many methods for inter-process communication, but cross-platform communication is handled best by sockets.
alwaysAI provides a platform to deploy computer-vision applications onto edge devices.
Learn More