Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building AI Applications with ChatGPT APIs

You're reading from  Building AI Applications with ChatGPT APIs

Product type Book
Published in Sep 2023
Publisher Packt
ISBN-13 9781805127567
Pages 258 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Martin Yanev Martin Yanev
Profile icon Martin Yanev

Table of Contents (19) Chapters

Preface Part 1:Getting Started with OpenAI APIs
Chapter 1: Beginning with the ChatGPT API for NLP Tasks Chapter 2: Building a ChatGPT Clone Part 2: Building Web Applications with the ChatGPT API
Chapter 3: Creating and Deploying an AI Code Bug Fixing SaaS Application Using Flask Chapter 4: Integrating the Code Bug Fixer Application with a Payment Service Chapter 5: Quiz Generation App with ChatGPT and Django Part 3: The ChatGPT, DALL-E, and Whisper APIs for Desktop Apps Development
Chapter 6: Language Translation Desktop App with the ChatGPT API and Microsoft Word Chapter 7: Building an Outlook Email Reply Generator Chapter 8: Essay Generation Tool with PyQt and the ChatGPT API Chapter 9: Integrating ChatGPT and DALL-E API: Build End-to-End PowerPoint Presentation Generator Chapter 10: Speech Recognition and Text-to-Speech with the Whisper API Part 4:Advanced Concepts for Powering ChatGPT Apps
Chapter 11: Choosing the Right ChatGPT API Model Chapter 12: Fine-Tuning ChatGPT to Create Unique API Models Index Other Books You May Enjoy

Summary

In this chapter, you learned how to develop a text translation application that can translate text from a Microsoft Word file into a target language selected by the user. The chapter covered the integration of Microsoft Word with the ChatGPT API using Python.

We learned how to use Tkinter to create a user interface for the text translation application. The user interface comprised a simple and user-friendly design that included a drop-down menu, with a list of languages to translate to, and a Browse button that allowed users to select a Word file. Once the user selected a file, the contents of the file were translated using the ChatGPT API, and the translated text was displayed in the large text field in the center of the window.

We also saw how to set up a docx Python library to extract text from Word documents. The docx library provided an interface to access information stored in Word files.

In the next chapter, Building an Outlook Email Reply Generator, you will...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}