Skip to main content
HomeCode-alongsArtificial Intelligence (AI)

An Introduction to GPT & Whisper with the OpenAI API in Python

Learn to use AI to transcribe audio from a meeting, and then summarize the discussion and generate action items.
Sep 20, 2023
Code along with us onCode Along

Chatting with bots is suddenly commonplace. But while ChatGPT is a good starting point, to unlock the true power of large language models, you need to learn to chat with AI through code.

Much of the promise of AI is about not having to do tedious business tasks yourself, so this webinar shows you how to automate some business tasks. You'll use AI to transcribe audio from a meeting, and then summarize the discussion and generate action items.

Key Takeaways:

  • Learn how to use Python to access OpenAI's AI services.
  • Learn to use the Whisper AI to convert audio to text.
  • Learn how to programmatically generate text with the GPT AI.

Additional Resources

Working with the OpenAI API

Planning a Trip to Paris with the OpenAI API

Using GPT-3.5 and GPT-4 via the OpenAI API in Python

The Generative AI Tools Landscape

Topics
Related

cheat-sheet

The OpenAI API in Python

ChatGPT and large language models have taken the world by storm. In this cheat sheet, learn the basics on how to leverage one of the most powerful AI APIs out there, then OpenAI API.
Richie Cotton's photo

Richie Cotton

3 min

tutorial

Converting Speech to Text with the OpenAI Whisper API

Discover the powerful capabilities of OpenAI Whisper Python API for transcription and translation. It comes with multi-language support and prompt enhancement for accurate transcription.
Abid Ali Awan's photo

Abid Ali Awan

9 min

tutorial

Using GPT-3.5 and GPT-4 via the OpenAI API in Python

In this tutorial, you'll learn how to work with the OpenAI Python package to programmatically have conversations with ChatGPT.
Richie Cotton's photo

Richie Cotton

14 min

tutorial

Fine-Tuning GPT-3 Using the OpenAI API and Python

Unleash the full potential of GPT-3 through fine-tuning. Learn how to use the OpenAI API and Python to improve this advanced neural network model for your specific use case.
Zoumana Keita 's photo

Zoumana Keita

12 min

code-along

Getting Started with the OpenAI API and ChatGPT

Get an introduction to the OpenAI API and the GPT-3 model.
Richie Cotton's photo

Richie Cotton

code-along

Fine-tuning GPT3.5 with the OpenAI API

In this code along, you'll learn how to use the OpenAI API and Python to get started fine-tuning GPT3.5.
Zoumana Keita 's photo

Zoumana Keita

See MoreSee More