Skip to content

iggydv/VoiceGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceGPT

A small wrapper application that allows chatGPT voice commands

Prerequisites

  • Google API key + enabled speech-to-text API
    • GOOGLE_APPLICATION_CREDENTIALS
  • ChatGPT API key
    • CHAT_GPT_KEY

API

curl -X GET "localhost:8080/ask/start"
# speak into your microphone - ask a question (really go for it)

curl -X GET "localhost:8080/ask/stop"
# check the console output

About

A small wrapper application that allows chatGPT voice commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages