Live data from Hacker News

OpenAI Realtime Console in Streamlit

github.com

1–2 of 2 posts

Re: OpenAI Realtime Console in Streamlit

#2
I built a POC of the openai-realtime-console (https://github.com/openai/openai-realtime-console) in Streamlit for python folks like me who are terrible at javascript.

It's useful for poking around the events and the event payloads.

Next I'll integrate audio playback and then audio capture. Decoding the audio from the events is easy. Making streaming audio playback work with streamlit--not so much.