Edge TPU: Hands-On with Google’s Coral USB Accelerator

Edge TPU: Hands-On with Google’s Coral USB Accelerator

Quick overview of current hardware (Intel, etc)
USB AcceleratorThough this is the first Edge TPU, we’ve seen a couple of similar AI-dedicated hardware before, such as:
Intel’s Myriad™ VPU-based Neural Compute Stick, with Google’s Vision Kit. USB Accelerator:
The Edge TPU accelerator is like any other USB device—just with a bit more power. To install edit install.sh file last linepython3.5 setup.py develop — usertopython3 setup.py develop — userDemos
The Coral Edge TPU API documentation includes a helpful overview and demos for both image classification and object detection:
The Edge TPU API
Before we work through them, there a couple of things to mention about the Edge TPU API:
The edgetpu Python module is needed to run TensorFlow Lite models on the Edge TPU.

Source: heartbeat.fritz.ai