mdagost / openai-realtime-streamlit

POC Port of the openai-realtime-console to streamlit.
MIT License
29 stars 2 forks source link

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.