Add AudioClassifier class

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