RepoGroqGroqpublished Feb 14, 2025seen 5d

groq/blogwizard

Python

Open original ↗

Captured source

source ↗
published Feb 14, 2025seen 5dcaptured 13hhttp 200method plain

groq/blogwizard

Description: Generate blog articles from video or audio using Groq, Whisper, and Llama3

Language: Python

License: MIT

Stars: 60

Forks: 22

Open issues: 9

Created: 2025-02-14T18:35:15Z

Pushed: 2026-02-11T16:42:10Z

Default branch: main

Fork: no

Archived: no

README:

BlogWizard: Generate blog articles from video or audio using Groq, Whisper, and Llama/Kimi/Deepseek

Overview • Features • Quickstart • Contributing

Demo of BlogWizard > Demo of BlogWizard fast transcription of audio and generation of structured blog.

Overview

BlogWizard is a streamlit app that scaffolds the creation of blogs by iteratively structuring and generating blogs from transcribed audio lectures using Groq's Whisper API.

Features

  • 🎧 Generate a structured blog using transcribed audio by Whisper-large and text by Llama, Kimi, or Deepseek
  • ⚡ Lightning fast speed transcribing audio and generating text using Groq
  • 📖 Scaffolded prompting strategically switches between Content and Outline models to balance speed and quality
  • 🖊️ Markdown styling creates aesthetic blog posts on the streamlit app that can include tables and code
  • 📂 Allows user to download a text or PDF file with the entire blog contents

Quickstart

> [!IMPORTANT] > To use BlogWizard, you can use a hosted version at https://blogwizard.groqlabs.com/. > Alternatively, you can run BlogWizard locally with Streamlit using the quickstart instructions.

Run locally:

Alternative, you can run BlogWizard locally with streamlit.

Step 1

First, you can set your Groq API key in the environment variables:

~~~ export GROQ_API_KEY="gsk_yA..." ~~~

This is an optional step that allows you to skip setting the Groq API key later in the streamlit app.

Step 2

Next, you can set up a virtual environment and install the dependencies.

~~~ python3 -m venv venv ~~~

~~~ source venv/bin/activate ~~~

~~~ pip3 install -r requirements.txt ~~~

Step 3

Finally, you can run the streamlit app.

~~~ python3 -m streamlit run main.py ~~~

Details

Technologies

  • Streamlit
  • Llama, Kimi, and Deepseek on Groq Cloud
  • Whisper-large on Groq Cloud
  • PyDub to take the first
  • It is recommented to use python3.12

Limitations

Audio files greater than 25mb or YouTube videos longer than 19 minutes will be trimmed down to those thresholds amounts listed and then summarized.

BlogWizard may generate inaccurate information or placeholder content. It should be used to generate notes for entertainment purposes only.

Contributing

Improvements through PRs are welcome!

Adapted from ScribeWizard by Ben Klieger

Notability

notability 4.0/10

Routine repo with moderate traction