Skip to content

Implements speech-to-text and text-to-speech for chatGPT

Notifications You must be signed in to change notification settings

Max-Ryujin/speak-with-chatGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

speak-with-chatGPT

talk with chatGPT using

  • whisper
  • gTTS
  • the official ChatGPT API

Installation

  1. run pip3 install -r requirments.txt
  2. add your chatGPT API key to your environment variables as OPENAI_API_KEY

Usage

  1. run python3 main.py <language> language can be en or de
  2. hold 'r' and speak to chatGPT

cost of usage

around 0.0005$ per question

known issues, missing features and todos

  • add more languages
  • add more voices
  • customise keybindings
  • long ansers are to slow

About

Implements speech-to-text and text-to-speech for chatGPT

Resources

Stars

Watchers

Forks

Languages