A Streamlit app based on the DALL-E Playground, with the frontent part also in Python.
$ pip install requests streamlit websockets pyaudio
Go to DALL-E Playground, run the Google Colab, and copy the backend url into dalle.py.
- Grab an API Token from AssemblyAI and paste it into configure.py.
- Run
$ streamlit run main.py
Note: If you don't want to use speech recognition, use the no-speech-rec/main.py file instead.