Skip to content

Files

Latest commit

f97f643 · Oct 8, 2024

History

History
15 lines (11 loc) · 745 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 745 Bytes

openai-realtime-streamlit

POC Port of the openai-realtime-console to streamlit.

Huge thanks to MadCowD for ell's POC realtime python client, from which I ripped my simple version.

Instructions

  1. Create a virtualenv for python >=3.10.
  2. Run poetry install
  3. Make sure you OpenAI API key is set as an environment variable at OPENAI_API_KEY.
  4. Run streamlit run openai_realtime_streamlit/app.py.

10/7: Added support for playing back streaming audio. 10/8: Added support for sending streaming audio input.