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 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