- Prepare dev env
mkdir LiveRescue
curl -o live_rescue.py https://gist.github.com/fuji246/09c2a3d074c317404253a12c34ae21cd/raw/6eb2eb2bba739151bd86d78756030fa66ed2049d/live_rescue.py
cd LiveRescue/
mkdir venv
python3 -m venv venv
source ./venv/bin/activate
- Install outspeed
git clone https://github.com/outspeed-ai/outspeed.git
cd outspeed
pip install -e .
cd ..
- Create .env file in dir "LiveRescue" with the following content, apply for API key for following services
https://fireworks.ai/account/profile https://console.deepgram.com/signup https://elevenlabs.io/
FIREWORKS_API_KEY=
DEEPGRAM_API_KEY=
ELEVEN_LABS_API_KEY=
- Run the demo
- Run server
python3 live_rescue.py
- Launch client
open https://playground.outspeed.com/human_avatar_input and run "Human Avatar" using the default settings there.