Skip to content

⚡ Insanely fast AI voice assistant with <500ms response times

License

Notifications You must be signed in to change notification settings

dsa/fast-voice-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insanely fast AI voice assistant in 50 LOC

Demo: https://cerebras.vercel.app

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

  1. python -m venv .venv
  2. source .venv/bin/activate
  3. pip install -r requirements.txt
  4. cp .env.example .env
  5. add values for keys in .env
  6. python main.py dev

Run a client

  1. Go to the playground (code here)
  2. Choose the same LiveKit Cloud project you used in the agent's .env and click Connect

About

⚡ Insanely fast AI voice assistant with <500ms response times

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages