Add simple voice detection API

Change-Id: Ic7e176b734afdd780a4b7749378e85bfdccfea84
6 files changed
tree: 8c71d8e2e0cf095f2e5e9256306d8e63f906b223
  1. .gitignore
  2. audio_recorder.py
  3. bestiary.py
  4. classify.py
  5. detect.py
  6. Makefile
  7. mel_features.py
  8. raspimon_sees_faces.py
  9. README.md
  10. vision.py
  11. vision_example.py
  12. voice.py
  13. 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