Azure AI-enabled christmas tree for Raspberry Pi
- create a virtual environment
- See https://pimylifeup.com/raspberry-pi-ssh-keys/ to eliminate password entry
- Setup portaudio
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install portaudio19-dev
- Install required packages
- pip install pyaudio numpy torch torchaudio
- Folder "silero-vad" expected as subfolder to project. Clone the github project.