From the course: OpenAI API: Multimodal Development with GPT-4o
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Project setup and walk-through - GPT Tutorial
From the course: OpenAI API: Multimodal Development with GPT-4o
Project setup and walk-through
- [Instructor] To make it easier for you to follow along and to give you a starting point for your own development around GPT-4o, I've created expansive exercise files for this course. You find the files on GitHub, and the best way to access and use these files is to boot them up in Codespaces. Here's how to do that. Go to the repository, click the green Code button, select the Codespaces tab, and from here you can either create a new codespace if you don't already have one, or if you've already started one for this repository and you're picking up where you left off, you can open an existing codespace or start a new one and delete the old ones if you want to. The reason you want to run this project in Codespaces is then you get an exact duplicate of the environment I'm using, including the Python environment and Jupyter Notebooks pre-installed. So all you have to do is open the files and start using them. Now, to use these exercise files, you need to do one thing, and that is create…
Contents
-
-
-
Exploring multimodal capabilities with ChatGPT3m 4s
-
(Locked)
Project setup and walk-through3m 41s
-
(Locked)
Using GPT-4o through the API2m 19s
-
(Locked)
Interpreting images with the API using GPT-4o4m 53s
-
(Locked)
Making GPT-4o output JSON3m 2s
-
(Locked)
Combining multimodal and function calling5m 24s
-
(Locked)
Converting image data to spreadsheet data4m 2s
-
(Locked)
Setting up a multimodal flow with Python and GPT-4o8m 31s
-
-