Virtual-Voice-Assisant #1106
IanDublew
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
So ready for this to be. Open source no snooping super-Alexa is gonna happen, might as well be today. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Project Link: https://github.com/IanDublew/Virtual-Voice-Assisant
This project uses three different technologies to transcribe speech to text, search text query using GPT and give out output and then convert the output to speech:
Whisper: Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitasking model that can perform multilingual speech recognition, speech translation, and language identification.
CHATGPT: GPT-3 is a state-of-the-art language model developed by OpenAI.
gTTS (Google Text-to-Speech) library gTTS is a Python library and CLI tool that uses Google Text-to-Speech API to convert text to speech. This library supports several languages and offers various customization options such as voice, speed, and pitch. For this project, we used gTTS to convert the transcribed text to speech and saved the audio as an MP3 file.
Beta Was this translation helpful? Give feedback.
All reactions