Technical requirements
To make the most of this chapter, you’ll need to have certain essential tools in place. We will provide detailed explanations and instructions for installations that were not covered in the previous chapter. Here’s what you’ll need:
- Python 3.7 or a later version installed on your computer
- An OpenAI API key, which you can obtain from your OpenAI account
- A code editor, such as VS Code (recommended), to write and edit your code
- The Tkinter framework installed in your Python virtual environment
- PowerPoint software installed on your device
The code examples for this chapter can be found on GitHub at https://github.com/PacktPublishing/Building-AI-Applications-with-ChatGPT-API.
In the next section, we will explore the DALL-E AI art generation AI model and cover the basics of the DALL-E API.