Skip to content

Instantly share code, notes, and snippets.

View schuds's full-sized avatar

Stephen C Hudson schuds

View GitHub Profile
@schuds
schuds / coral-ai-pcie-edge-tpu-raspberrypi-5-setup
Last active April 3, 2024 04:42 — forked from dataslayermedia/coral-ai-pcie-edge-tpu-raspberrypi-5-setup
Install Coral AI PCIe Edge TPU on Raspberry Pi 5
#!/bin/bash
# Install vim, curl, and wget using apt-get
# - vim: A text editor
# - curl: A tool to transfer data from or to a server
# - wget: A network downloader
# The '-y' flag automatically answers 'yes' to prompts
sudo apt-get install vim curl wget -y
# Add the Google Coral Edge TPU repository to the system's source list