Skip to content

record audio with the microphone and get a transcription of it from openai

Notifications You must be signed in to change notification settings

maeinomatic/openAiSpeechToText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

openAiSpeechToText

record audio with the microphone and get a transcription from openai

before you begin: Add a text file "openai_api_key.txt" to the scripts folder and paste your openai api key into it.

Alternatively, if you have the api key already in your environment variables you can change line 19 to:

openai.api_key = os.getenv("OPENAI_API_KEY")

You need an openai account to use this.

About

record audio with the microphone and get a transcription of it from openai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages