From the course: AI-Powered Software Development: Coding, Testing, and System Design
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Image generation and vision applications
From the course: AI-Powered Software Development: Coding, Testing, and System Design
Image generation and vision applications
- [Instructor] All right. So now that we've seen how to create a simple program that interacts with ChatGPT to generate text, let's take a look at how to do the same kind of thing with generating and understanding images. That's another capability that many people don't realize that ChatGPT has is you can actually upload an image and have it describe what's in the image. So here's what we're gonna do. We're gonna start off by creating a new file, and we'll call this one something like image_generation.py. And then we're gonna go back to the documentation and we're gonna go down to image generation, right here. And because the more advanced models beyond DALL-E 3 actually require identity verification at the time of recording, we're actually gonna use DALL-E 3, which does not require that. So I'm gonna select that from the dropdown here, and that will just customize the code accordingly. So we're gonna scroll down until we see…
Contents
-
-
-
-
-
The basics of generative AI API integration5m 37s
-
(Locked)
Text completion applications6m 5s
-
(Locked)
Image generation and vision applications4m 45s
-
(Locked)
Audio and speech applications4m 43s
-
(Locked)
Challenge: Creating an AI-powered application1m 35s
-
(Locked)
Solution: Creating an AI-powered application5m 14s
-
-
-