Example-App that 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.
$ make init
$ source venv/ai/bin/activate
You need an OpenAI-API-key in order to run this example.
$ export OPENAI_API_KEY=<CREATE-A-KEY-AND-INSERT-HERE>
$ make run
Open the webbrowser at http://127.0.0.1:5000.
$ pip install aiohttp --upgrade
(c) 2023 - 2024 Jörn Dinkla