#A Python script to use text-davinci-003 model using voice instead of text (any language)

2 messages · Page 1 of 1 (latest)

quiet geyser
#

This script converts your voice (any language) into text in the prompt. Also the AI will answers with speech
https://github.com/0ut0flin3/openai-davinci003-python-speech
Comments and improvements are welcome 🙂 If you decide to use it, please read the README first

GitHub

A Python script to use OpenAI's text-davinci-003 model using your own voice instead of text, in any language - GitHub - 0ut0flin3/openai-davinci003-python-speech: A Python script to use Ope...

quiet geyser
#

sudo apt install mpg321 python3-dev portaudio19-dev

pip install openai

pip install SpeechRecognition

pip install gTTS

pip install PyAudio