Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 518 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 518 Bytes

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