ScribeWizard

ScribeWizard: Generate organized notes from audio using Groq, Whisper, and Llama3

MIT License

Stars
442
Committers
3

Bot releases are visible (Hide)

ScribeWizard - Groqnotes v0.1.0-beta Latest Release

Published by Bklieger 4 months ago

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.

v0.1.0-beta

This release is an initial beta of the application codebase. It includes the following features:

🎧 Generate structured notes using transcribed audio by Whisper-large and text by Llama3
⚑ Lightning fast speed transcribing audio and generating text using Groq
πŸ“– Scaffolded prompting strategically switches between Llama3-70b and Llama3-8b to balance speed and quality
πŸ–ŠοΈ Markdown styling creates aesthetic notes on the streamlit app that can include tables and code
πŸ“‚ Allows user to download a text or PDF file with the entire notes contents

Related Projects