From the course: OpenAI API for Python Developers

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Text to image: Introducing the DALL·E model

Text to image: Introducing the DALL·E model

From the course: OpenAI API for Python Developers

Text to image: Introducing the DALL·E model

- [Narrator] Over the past few years, image generation models have become more sophisticated, leveraging the power of deep learning to generate original, realistic, and high-quality images. Before the release of the ChatGPT application, along with the OpenAI's APIs, deep learning networks like GAN, which is short for generative adversarial network, and other machine learning systems, were already capable of generating very realistic images. Some of these generative models are even behind some deepfakes representing the likeness of some celebrities. So with the advanced technologies of today, AI-generated images look so realistic that you couldn't tell the difference between deepfakes and real ones. In 2021, OpenAI releases DALL-E, an image generation model capable of generating more realistic images and art with a greater resolution based on a simple text inputs. So, what about we create our own image generator? So for that, we're going to integrate the image generation model right…

Contents