Skip to content

A simple program that gives a voice to open-ai's gpt-3 model.

License

Notifications You must be signed in to change notification settings

mathew4STAR/GPT-3_based_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GPT-3_based_AI

A simple program that gives a voice to open-ai's gpt-3 model.

The program uses speech recognition module (with google speech recognition) to recognize your voice, and passes reading to Open-AI's API, the reply the API gives is fed into the another module called pyttsx3 which says the reply out loud.

It uses Open-AI's davinci model, though this can be modified in the code.

You will also have to sign up to Open-AI, to generate an API key, and then create an Environment variable called OPENAI_API_KEY with your API key.

About

A simple program that gives a voice to open-ai's gpt-3 model.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages