You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SDK is designed for building applications at the edge, using GPT models optimized for edge and IoT devices (tested for Raspberry Pi) through the Coral USB Accelerator.
Use this scaffold to develop ML / AI applications locally on a Raspberry Pi + Coral USB Accelerator
Build the Docker image
docker build -t nanogpt-coral .
Run the Docker container
docker run -it --device /dev/bus/usb:/dev/bus/usb nanogpt-coral
About
This SDK is designed for building applications at the edge, using GPT models optimized for edge and IoT devices (tested for Raspberry Pi) through the Coral USB Accelerator.