Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

I'm annoyed with voice AIs that interrupt me before I'm done speaking ๐Ÿ˜  So here's a demo (sound on! ๐Ÿ”‰) where it only speaks when I'm done talking, and stops when I interrupt it. It's crazy how much more natural this feels! Deets below ๐Ÿ‘‡๐Ÿงต

136,312 Aufrufe โ€ข vor 2 Jahren โ€ขvia X (Twitter)

10 Kommentare

Profilbild von Zain Shah
Zain Shahvor 2 Jahren

Super simple recipe: 1) Speech transcript is formatted like a screenplay w user and AI as speakers 2) LLM continuously predicts the future of the transcript 3) if LLM predicts user will keep speaking, it waits 4) if LLM predicts AI will start speaking, it speaks prediction aloud

Profilbild von Zain Shah
Zain Shahvor 2 Jahren

Core ingredients: โœ… real-time speech recognition w diarization โœ… a fast LLM w completion API โœ… interruptible speech synthesis

Profilbild von eric
ericvor 2 Jahren

woah amazing how little latency there is looking to build / improve my own systems soon, just wondering if this is what you're also using / recommend: - faster-whisper / distil-whisper for stt - pyannote for diarization - quantized 7B model for fast llm - elevenlabs turbo or equivalent tts with streaming api - silero vad

Profilbild von Zain Shah
Zain Shahvor 2 Jahren

I think all of that should work! Fwiw my stack is v vanilla haha: * STT: deepgram streaming API w diarization enabled * LLM: GPT-3.5-turbo-instruct * TTS: WebSpeech API * no vad ๐Ÿ™Š

Profilbild von Jeremy Howard
Jeremy Howardvor 2 Jahren

This is great!

Profilbild von Gabriel Garrett
Gabriel Garrettvor 2 Jahren

this is such an improvement. my 5 year old talks to chatGPT thru voice and gets so frustrated when it keeps talking over her, or starts responding before she's done talking, and doesn't stop to listen

Profilbild von Sebastian Rojo
Sebastian Rojovor 2 Jahren

Fascinated by your demo, I'm the maintainer of Vocode Python at Any plans to open-source this? If so, I'd love to discuss integrating it into our library, widely used by developers for voice LLMS apps.

Profilbild von ra
ravor 2 Jahren

Is there a repo for this? Itโ€™s so nice ๐Ÿ˜

Profilbild von Thomas H. Chapin IV
Thomas H. Chapin IVvor 2 Jahren

Very nice! Reminds me of some of the ideas I posted last year!

Profilbild von Zain Shah
Zain Shahvor 2 Jahren

actually yes, totally same wavelength! Great minds think alike

ร„hnliche Videos