/tutorials

Colab/Jupyter tutorials about training TensorFlow models for Edge TPU, and other tutorials

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Colab tutorials for Coral

These Jupyter notebooks provide interactive Python tutorials for development with Coral. You can download these files and run them on a local Jupyter notebook, but they're designed for execution with Google Colab, using the links below.

Train and build a model for the Edge TPU:

Other tutorials:

  • Run Colab on a Coral Dev Board

    This shows how to run a Jupyter notebook on your Dev Board from a Google Colab interface on your host computer.

  • Build all the C++ "edgetpu" examples

    This is a convenient way to build all the C++ inferencing examples from edgetpu/src/cpp/examples/, and download them to your computer.

  • Build the C++ "lstpu" example

    This is a convenient way to build the "lstpu" C++ example (it lists all Edge TPUs in your system), and download it to your computer.