Meta开源了自己的NotebookLM:NotebookLlama,把PDF文档转为有声播客
1、用Llama-3.2-1B-Instruct预处理PDF文件,清理PDF中的多余字符,输出为txt
2、用Llama-3.1-70B-Instruct 生成播客文稿,可选用8B替代,但70B创造性好些
3、用Llama-3.1-8B-Instruct增强文稿的戏剧性,生成结构化的会话元组
4、用 parler-tts和bark/suno 生成对话式播客音频
github:
https://github.com/meta-llama/llama-recipes/tree/main/recipes/quickstart/NotebookLlama
类似应用:
项目地址:https://github.com/YOYZHANG/PodCastLM
技术栈:- React - Tailwindcss - FastAPI
模型:- Llama-3.1-405B - Azure OpenAI TTS