Groqnotes: Create structured notes from audio

2024年6月28日 单位
Groqnotes: Create structured notes from audio
郝彦飞

Groqnotes is a streamlit app that scaffolds the creation of structured lecture notes by iteratively parsing and generating notes from transcribed audio lectures using Groq's Whisper API. The app mixes Llama3-8b and Llama3-70b, utilizing the larger model for generating the notes structure and the faster of the two for creating the content.

Groqnotes 是一款 Streamlit 应用程序,它通过使用 Groq 的 Whisper API 从转录的音频讲座中迭代解析和生成笔记,从而支持结构化讲座笔记的创建。该应用程序混合了 Llama3-8b 和 Llama3-70b,利用较大的模型来生成笔记结构,并利用两者中更快的模型来创建内容。

官网地址:https://groqnotes.streamlit.app/

源码地址:https://github.com/Bklieger/groqnotes