Awesome
Insanely fast AI voice assistant in 50 LOC
This repo contains everything you need to run your own AI voice assistant that responds to you in less than 500ms.
It uses:
Run the assistant
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
- add values for keys in
.env
python main.py dev
Run a client
- Go to the playground (code here)
- Choose the same LiveKit Cloud project you used in the agent's
.env
and clickConnect