add raspimon code for basic classification

Change-Id: Id4ad30df5a8a9f7fdecb6c305027fcb1b3bdab9b
2 files changed
tree: 424b31e28db553360dfcfc92a1fb62435b2a021e
  1. .gitignore
  2. audio_recorder.py
  3. bestiary.py
  4. Makefile
  5. mel_features.py
  6. raspimon_sees_faces.py
  7. raspimon_sees_things.py
  8. README.md
  9. vision.py
  10. vision_example.py
  11. voice.py
  12. voice_example.py
README.md

Raspimon + Coral

  1. Install Edge TPU runtime:
wget https://github.com/google-coral/libedgetpu/releases/download/release-frogfish/edgetpu_runtime_20210119.zip
unzip edgetpu_runtime_20210119.zip
sudo edgetpu_runtime/install.sh
  1. Download test models and labels:
make download
  1. Create and activate virtual environment:
make venv
source .env/bin/activate
  1. Run demo script:
DISPLAY=:0 python3 example.py