Generate Podcast From Any Webpage Using NotebookLlama

NotebookLlama, an open source version of Google NotebookLM deploys Meta’s Llama recipe for NotebookLM on the Llama family of models. Previously I used the NotebookLM to generate a podcast. I decided to build it from scratch using NotebookLlama workflow to generate a podcast from webpage content.

Workflow:

  1. Read webpage content.
  2. Transcript Writer: Use Llama-3.1-8B-Instruct model to write a podcast transcript from the text
  3. Dramatic Re-Writer: Use Llama-3.1-8B-Instruct model to make the transcript more dramatic
  4. Text-To-Speech: Use parler-tts/parler-tts-mini-v1 and bark/suno to generate a conversational podcast
Continue reading “Generate Podcast From Any Webpage Using NotebookLlama”