Demo:

Architecture:

Usage:

pip install -r requirements.txt
python ./src/simple_ui.py

Key Handling:

Ensure that your OpenAI key is stored as an enviornment variable like so.

export OPENAI_API_KEY="your_api_key_here"

Optionally if using the DeepGram model for transcription.

export DEEPGRAM_API_KEY="your_api_key_here"