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:
- Read webpage content.
- Transcript Writer: Use
Llama-3.1-8B-Instruct
model to write a podcast transcript from the text - Dramatic Re-Writer: Use
Llama-3.1-8B-Instruct
model to make the transcript more dramatic - Text-To-Speech: Use
parler-tts/parler-tts-mini-v1
andbark/suno
to generate a conversational podcast