This repository contains an easy-to-use Python API to work with Coral devices:
You can run inference and do transfer learning.
-
Run
scripts/build.sh
to build pybind11-based native layer for different Linux architectures. Build is Docker-based, so you need to have it installed. -
Run
make wheel
to generate Python library wheel and thenpip3 install $(ls dist/*.whl)
to install it