I gave ChatGPT a Voice
So in this video, I turned ChatGPT by OpenAI into a smart assistant by giving it the ability to take voice commands, and speak in an auto generated voice via some select Python libraries. Buckle Up, it was a wild ride making this!
Don't hurt me OpenAI I didn't do anything wrong
Pls Sub
Twitch: https://www.twitch.tv/keamonion
Links to tools used
OpenAI API information
https://openai.com/api/
ChatGPT
chat.openai.com/chat
Text to Speech
https://pypi.org/project/pyttsx3/
Python ChatGPT library
https://github.com/mmabrouk/chatgpt-wrapper
Using ChatGPT in python
https://medium.com/geekculture/using-chatgpt-in-python-eeaed9847e72
Speechrecognition
https://pypi.org/project/SpeechRecognition/
https://realpython.com/python-speech-recognition/