Reader small image

You're reading from  Building AI Applications with ChatGPT APIs

Product typeBook
Published inSep 2023
PublisherPackt
ISBN-139781805127567
Edition1st Edition
Concepts
Right arrow
Author (1)
Martin Yanev
Martin Yanev
author image
Martin Yanev

Martin Yanev is an experienced Software Engineer who has worked in the aerospace and industries for over 8 years. He specializes in developing and integrating software solutions for air traffic control and chromatography systems. Martin is a well-respected instructor with over 280,000 students worldwide, and he is skilled in using frameworks like Flask, Django, Pytest, and TensorFlow. He is an expert in building, training, and fine-tuning AI systems with the full range of OpenAI APIs. Martin has dual master's degrees in Aerospace Systems and Software Engineering, which demonstrates his commitment to both practical and theoretical aspects of the industry.
Read more about Martin Yanev

Right arrow

Building PowerPoint Apps with the PPTX Python Framework

In this section, we will guide you through the process of setting up your very own PowerPoint Presentation Generator app using the pptx Python library and the ChatGPT API. We’ll explore how to leverage the power of the pptx library to automate the creation of PowerPoint presentations, allowing you to dynamically generate slides with customized content. Furthermore, we’ll demonstrate how to integrate this PowerPoint generation functionality into a Tkinter application, enabling you to build a user-friendly interface for your slide generator.

For this project, we will use the PyCharm IDE, which is our preferred IDE when working with Python. Launch PyCharm and click on Create New Project or go to File | New Project. Choose the location where you want to create your project and name it PowerPoint Generator. Keep the default settings and click on the Create button.

Once your project is open, you can find the Terminal...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building AI Applications with ChatGPT APIs
Published in: Sep 2023Publisher: PacktISBN-13: 9781805127567

Author (1)

author image
Martin Yanev

Martin Yanev is an experienced Software Engineer who has worked in the aerospace and industries for over 8 years. He specializes in developing and integrating software solutions for air traffic control and chromatography systems. Martin is a well-respected instructor with over 280,000 students worldwide, and he is skilled in using frameworks like Flask, Django, Pytest, and TensorFlow. He is an expert in building, training, and fine-tuning AI systems with the full range of OpenAI APIs. Martin has dual master's degrees in Aerospace Systems and Software Engineering, which demonstrates his commitment to both practical and theoretical aspects of the industry.
Read more about Martin Yanev