Update README

This commit is contained in:
Jimmy 2022-11-17 19:34:42 +13:00
parent 362c70b4ce
commit f27a46bf32
1 changed files with 6 additions and 3 deletions

View File

@ -2,12 +2,15 @@
## Pi Setup
https://forums.raspberrypi.com/viewtopic.php?t=330358
https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-test
https://github.com/alphacep/vosk-server
``` sudo apt install python3-pip git python3-pyaudio vlc```
``` sudo pip3 install websockets sounddevice```
```sudo apt install python3-pip git python3-pyaudio vlc```
```sudo pip3 install sounddevice aiohttp aiofiles python-vlc termcolor vosk websockets```
```sudo docker-compose up -d vosk```
@ -28,4 +31,4 @@ sudo apt-get update
sudo apt-get install -y nvidia-docker2
```
```sudo docker-compose up -d --build imageserver```
```sudo docker-compose up -d --build imageserver```