PyCoral API overview

The PyCoral API (the pycoral module) is built atop the TensorFlow Lite Python API to simplify your code when running an inference on the Edge TPU, and to provide advanced features for the Edge TPU such as model pipelining across multiple Edge TPUs, and on-device transfer learning.

If you're new to this API, check out our guide to run inference on the Edge TPU with Python. For code examples, see the GitHub repo.

To install the library, see the software downloads page.

Module summary