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
RelatedSee MoreSee More
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
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
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
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
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
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