Add headings. Add docker-compose commands

This commit is contained in:
jimmy 2022-10-21 04:59:20 +00:00
parent 34e7a96e48
commit 39f104288b
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Speech to Image
## Pi Setup
https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-test
https://github.com/alphacep/vosk-server
@ -7,8 +9,9 @@ https://github.com/alphacep/vosk-server
``` sudo apt install python3-pip git python3-pyaudio vlc```
``` sudo pip3 install websockets sounddevice```
```sudo docker-compose up -d vosk```
## Image Server
https://huggingface.co/CompVis/stable-diffusion-v1-4
@ -23,4 +26,6 @@ distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
```
sudo apt-get update
sudo apt-get install -y nvidia-docker2
```
```
```sudo docker-compose up -d --build imageserver```