/dalle-mini-python-app

Create your own DALL-E application in Python with Streamlit.

Primary LanguagePython

DALL-E Mini Python App

A Streamlit app based on the DALL-E Playground, with the frontent part also in Python.

Watch the Tutorial

Alt text

Installation

$ pip install requests streamlit websockets pyaudio

Backend:

Go to DALL-E Playground, run the Google Colab, and copy the backend url into dalle.py.

Frontend

  1. Grab an API Token from AssemblyAI and paste it into configure.py.
  2. Run
$ streamlit run main.py

Note: If you don't want to use speech recognition, use the no-speech-rec/main.py file instead.