#JARVIS: A Voice Virtual Assistant in Python (OpenAI, ElevenLabs, Deepgram)

1 messages · Page 1 of 1 (latest)

jaunty marten
#

Hey guys! Just wanted to share the Voice Virtual Assistant I made over the weekend using Deepgram, OpenAI and Elevenlabs:
https://github.com/AlexandreSajus/JARVIS

Here's a video demo/tutorial on the project:
https://youtu.be/aIg4-eL9ATc?si=C7BZB0Ou7FNJ42sF

GitHub

Your own personal voice assistant: Voice to Text to LLM to Speech, displayed in a web interface - GitHub - AlexandreSajus/JARVIS: Your own personal voice assistant: Voice to Text to LLM to Speech, ...

Check out the GitHub repository here:
https://github.com/AlexandreSajus/JARVIS

0:00 Talking to JARVIS
0:58 Intro
1:52 How JARVIS works
3:12 How to setup JARVIS
4:05 Getting API keys
5:05 Installing JARVIS
6:49 Running JARVIS
7:44 Talking to JARVIS
9:18 How to mod JARVIS for your use case
10:45 Recording audio using Pyaudio
12:25 Transcribing to...

▶ Play video
lime niche
#

cool project, how does it differ from the TTS already available in the chatGPT app?

jaunty marten