Skip to content

Created a voice assistant using livekit.io playground interface

Notifications You must be signed in to change notification settings

FreshPrince99/Voice-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice-Assistant

Created a voice assistant using livekit.io playground interface

Initializing the environment:

LiveKit Assistant

First, create a virtual environment, update pip, and install the required packages:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -U pip
$ pip install -r requirements.txt

You need to set up the following environment variables:

LIVEKIT_URL=
LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=
DEEPGRAM_API_KEY=
OPENAI_API_KEY=

Then, run the assistant:

$ python3 assistant.py download-files
$ python3 assistant.py start

Finally, you can load the hosted playground and connect it.

About

Created a voice assistant using livekit.io playground interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published