https://github.com/ersinaksar/make-your-jarvis-usin-gpt-3-and-python
Python to convert audio input from the microphone to text, generate a response from GPT-3 using the OpenAI API, convert the response to speech using the gTTS library, and save the audio to a file.
https://github.com/ersinaksar/make-your-jarvis-usin-gpt-3-and-python
artificial-intelligence data-science dataanalysis gpt-3 jarvis machine-learning neural-network python smartassistant voice-assistant voice-commands
Last synced: about 2 months ago
JSON representation
Python to convert audio input from the microphone to text, generate a response from GPT-3 using the OpenAI API, convert the response to speech using the gTTS library, and save the audio to a file.
- Host: GitHub
- URL: https://github.com/ersinaksar/make-your-jarvis-usin-gpt-3-and-python
- Owner: ersinaksar
- License: mit
- Created: 2022-12-31T14:32:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T18:50:35.000Z (over 2 years ago)
- Last Synced: 2025-03-27T05:51:09.365Z (3 months ago)
- Topics: artificial-intelligence, data-science, dataanalysis, gpt-3, jarvis, machine-learning, neural-network, python, smartassistant, voice-assistant, voice-commands
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Make-Your-Jarvis-usin-GPT-3-and-Python
Python to convert audio input from the microphone to text, generate a response from GPT-3 using the OpenAI API, convert the response to speech using the gTTS library, and save the audio to a file.You can reach the **[Medium]** article here
[Medium]: https://medium.com/python-in-plain-english/convert-microphone-input-to-text-generate-a-response-from-gpt-3-and-save-audio-to-a-file-using-cdd61c465d28 "Medium"