
bfirsh/summarize-meeting
Summarizes meetings
Public
5
runs
Run bfirsh/summarize-meeting with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
audio_file |
string
|
Audio file of the meeting to summarize
|
{
"type": "object",
"title": "Input",
"required": [
"audio_file"
],
"properties": {
"audio_file": {
"type": "string",
"title": "Audio File",
"format": "uri",
"x-order": 0,
"description": "Audio file of the meeting to summarize"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output"
}
Example API response
View prediction
('**Historical Context & Foundation** 🇺🇸\n'
'• The nation was established 87 years ago with founding principles of '
'liberty and equality for all people\n'
'• Current civil war is testing whether a nation built on these ideals can '
'survive long-term\n'
'\n'
'**Battlefield Dedication Ceremony** ⚔️\n'
'• Team gathered at a significant battlefield site from the ongoing civil '
'war\n'
'• Purpose was to dedicate a portion of the battlefield as a memorial '
'cemetery for fallen soldiers\n'
'• Acknowledged that this dedication ceremony is appropriate and fitting to '
'conduct\n'
'\n'
'**Memorial Philosophy & Limitations** 🕊️\n'
'• The living cannot truly consecrate or dedicate this ground since the '
'soldiers who died here already made it sacred\n'
'• The actions and sacrifices of the brave fighters (both living and dead) '
'have already hallowed this space beyond what words can accomplish\n'
'• Public memory will likely forget speeches but will never forget the '
"soldiers' battlefield actions\n"
'\n'
'**Future Commitments & Next Steps** 📋\n'
'• The living must dedicate themselves to continuing the unfinished work that '
'the fallen soldiers advanced\n'
'• Primary task ahead is ensuring the dead did not sacrifice their lives in '
'vain\n'
'• Goal is to achieve a "new birth of freedom" for the nation\n'
'• Must preserve democratic government "of the people, by the people, for the '
'people" so it doesn\'t disappear')