Skip to content

eworkforce/ConversationalAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConversationalAI

Get Started

Azure Cognitive service

OpenAI API Key

.env file

You need to provide a .env file in the root folder with the following settings:

SPEECH_KEY=YourCognitiveServiceSpeechAPIKey
SPEECH_REGION=YourCognitiveServiceRegion
SPEECH_LANGUAGE=YourLanguage
OPENAI_KEY=YourOpenAIKey

Libraries

You need to install the following libraries:

pip3 install azure-cognitiveservices-speech
pip3 install python-dotenv
pip3 install openai
pip3 install simpleaudio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages