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.
- Create a virtualenv for python >=3.10.
- Run
poetry install
- Make sure you OpenAI API key is set as an environment variable at
OPENAI_API_KEY
. - 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.