Skip to content

Python API for ML inferencing and transfer-learning on Coral devices

License

Notifications You must be signed in to change notification settings

FHermisch/pycoral

 
 

Repository files navigation

pycoral

This repository contains an easy-to-use Python API to work with Coral devices:

You can run inference and do transfer learning.

Compilation

  1. 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.

  2. Run make wheel to generate Python library wheel and then pip3 install $(ls dist/*.whl) to install it

About

Python API for ML inferencing and transfer-learning on Coral devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 61.5%
  • C++ 17.0%
  • Makefile 6.0%
  • Shell 5.8%
  • Batchfile 5.6%
  • Starlark 2.9%
  • Other 1.2%