speech2speech-interface / interface /webrtc_skypilot.yaml
marcosremar2's picture
Add WebRTC streaming interface with vast.ai deployment
e62aafd
Raw
History Blame Contribute Delete
377 Bytes
name: webrtc-avatar
resources:
cloud: vast
accelerators: RTX_5090
disk_size: 200
ports:
- 8080 # HTTP + WebRTC
workdir: .
setup: |
set -e
sudo apt-get update -qq
sudo apt-get install -y ffmpeg libavdevice-dev libavfilter-dev libopus-dev libvpx-dev libsrtp2-dev
pip install aiohttp aiortc opencv-python numpy av websockets -q
run: |
python3 server.py