https://github.com/assemblyai-community/dalle-mini-python-app
Create your own DALL-E application in Python with Streamlit.
https://github.com/assemblyai-community/dalle-mini-python-app
Last synced: 11 months ago
JSON representation
Create your own DALL-E application in Python with Streamlit.
- Host: GitHub
- URL: https://github.com/assemblyai-community/dalle-mini-python-app
- Owner: AssemblyAI-Community
- Created: 2022-04-28T14:01:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T18:00:28.000Z (over 3 years ago)
- Last Synced: 2025-06-08T13:04:35.780Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 12
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DALL-E Mini Python App
A Streamlit app based on the [DALL-E Playground](https://github.com/saharmor/dalle-playground), with the frontent part also in Python.
## Watch the Tutorial
[](https://youtu.be/fRa2rmDvOCY)
## Installation
```console
$ pip install requests streamlit websockets pyaudio
```
## Backend:
Go to [DALL-E Playground](https://github.com/saharmor/dalle-playground), run the Google Colab, and copy the backend url into [dalle.py](dalle.py).
## Frontend
1. Grab an API Token from [AssemblyAI](https://www.assemblyai.com) and paste it into [configure.py](configure.py).
2. Run
```console
$ streamlit run main.py
```
Note: If you don't want to use speech recognition, use the [no-speech-rec/main.py](no-speech-rec/main.py) file instead.