Follow this guide to install CK. Then pull CK repositories with AI/ML workflows and components:
Please follow the installation instructions for your system e.g.:
$ python3 -m pip install ck --user
$ echo "export PATH=$HOME/.local/bin:$PATH" >> ~/.bashrc
$ source ~/.bashrc && ck version
V1.15.0
$ ck pull repo:ck-mlperf
To use the Coral EdgeTPU accelerator:
$ ck pull repo:ck-coral
NB: Refresh all CK repositories after any updates (e.g. bug fixes):
$ ck pull all