项目作者: x1001000

项目描述 :
Sound Event Detection with YAMNet+tw on Raspberry Pi
高级语言: Jupyter Notebook
项目地址: git://github.com/x1001000/sed-yamnet-raspberrypi.git
创建时间: 2020-11-03T11:11:47Z
项目社区:https://github.com/x1001000/sed-yamnet-raspberrypi

开源协议:

下载


Sound Event Detection with YAMNet+tw on Raspberry Pi

Installation

  1. Raspberry Pi 3 Model B+ and Voice HAT microphone are good enough
  2. Headless boot up and SSH in
  3. Clone this repo
    git clone https://github.com/x1001000/sed-yamnet-raspberrypi
  4. Install dependencies, drivers, and configs
    bash sed-yamnet-raspberrypi/install-deps.sh
  5. Reboot to take effect
    sudo reboot
  6. Run SED
    cd && cd sed-yamnet-raspberrypi/yamnet && python3 sed.py
  7. There you go!

    References

  8. https://www.tensorflow.org/guide/keras/transfer_learning
  9. https://www.tensorflow.org/tutorials/images/transfer_learning
  10. https://www.tensorflow.org/hub/tutorials/yamnet
  11. https://github.com/tensorflow/models/tree/master/research/audioset
  12. https://github.com/Qengineering/Tensorflow-Raspberry-Pi/
  13. https://github.com/tensorflow/tensorflow/issues/44467
  14. https://github.com/hellmanj/AIY-voice-kit-python/blob/master/HACKING.md
  15. https://people.csail.mit.edu/hubert/pyaudio/