Tag: teachable machine
- 16
Apr - 2019Raspberry Pi
4 min | 14379Last week, the Coral team released updates to the Coral platform to "address customer feedback and make it easier to use the products and tool-chain". The Python API has now the ability to run multiple models in parallel, using multiple Edge TPUs.
Thus, due to the multiple changes, I updated the Docker image
lemariva/raspbian-edgetpuwhich includes the Edge-TPU libraries for Raspberry Pi 3 B+, Jupyter Notebooks and some other interesting libraries (check the Dockerfile). ...