Generate Action Items with LeMUR
This tutorial will demonstrate how to use AssemblyAI’s LeMUR (Leveraging Large Language Models to Understand Recognized Speech) framework to create action items from a transcript using the Task endpoint.
Quickstart
Getting Started
Before we begin, make sure you have an AssemblyAI account and an API key. You can sign up for an AssemblyAI account and get your API key from your dashboard. You will need to upgrade your account by adding a credit card to have access to LeMUR.
Find more details on the current LeMUR pricing in the AssemblyAI pricing page.
Step-by-Step Instructions
In this guide, we will prompt LeMUR to generate action items from our transcript.
First, let’s install the AssemblyAI SDK.
Then we’ll import the SDK and set our AssemblyAI API key.
Next, we’ll use AssemblyAI to transcribe a file and save our transcript.
Provide detailed instructions to prompt LeMUR to create action items from the transcript.
You can also optionally specify an action items format and append it to the prompt.
Prompt the LeMUR model using the Task Endpoint and return the response.