deepgram / deepgram-go-sdk

Go SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
31 stars 27 forks source link

Add summarization feature #19

Closed michaeljolley closed 1 year ago

michaeljolley commented 1 year ago

Proposed changes

Context

Sample Output

                        "summaries": [
                            {
                                "summary": "This episode is brought to you by levels. With levels you can see how different foods affect your health with real time feedback. The levels app interprets your glucose data and provides a simple score after you eat a meal.",
                                "start_word": 0,
                                "end_word": 623
                            },
                            {
                                "summary": "Dr. Ferris is joined by Dr. K, a professor of laboratory medicine and pathology at the University of Washington School of Medicine. Matt K is the founding director of the healthy aging and longevity research Institute.",
                                "start_word": 623,
                                "end_word": 1227
                            },

Screen Shot 2022-09-06 at 9 59 53 AM

briancbarrow commented 1 year ago

closed with #29