This app shows the integration of GPT3.5 turbo and DALL-E 3 using langchain.
You need an OpenAI-API-key in order to run this example.
- Describe a situation in natural language.
- Create a scence description using GPT3.5 turbo
- Create an image using the description using DALL-E 3.
The application is written in Python using Flask. It uses langchain and the OpenAI API.
You need an OpenAI-API-key, uv and just to run this example.
$ export OPENAI_API_KEY="<CREATE-A-KEY-AND-INSERT-HERE>"
$ just run
Open the webbrowser at http://127.0.0.1:5000.
(c) 2023 - 2025 Jörn Dinkla