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

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