Open NotebookLM: Convert PDFs into Personalized Podcast Episodes
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Open NotebookLM is an innovative open-source project that transforms any PDF document into an engaging podcast episode. Inspired by NotebookLM, it leverages powerful LLMs and text-to-speech models to generate natural dialogue from your documents. This tool provides a unique way to consume information, making learning and content absorption more accessible and enjoyable.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Open NotebookLM is an open-source project inspired by Google's NotebookLM, designed to convert any PDF document into a personalized podcast episode. It processes PDF content, generates a natural dialogue suitable for an audio podcast, and outputs it as an MP3 file. This project utilizes advanced open-source LLMs and text-to-speech models to create an informative and entertaining listening experience, available in 13 languages.
Key technologies powering Open NotebookLM include:
Installation
To set up Open NotebookLM, follow these steps:
Clone the repository:
git clone https://github.com/gabrielchua/open-notebooklm.git cd open-notebooklmCreate a virtual environment and activate it:
python -m venv .venv source .venv/bin/activateInstall the required packages:
pip install -r requirements.txt
Examples
To use Open NotebookLM, first ensure your FIREWORKS_API_KEY is set as an environment variable, as the project uses Llama 3.3 70B via Fireworks AI. Run python app.py to launch the Gradio interface in your web browser. From there, you can easily upload any PDF document. The application will then process the PDF, generate an engaging podcast dialogue, and provide an MP3 file for download, allowing you to listen to your documents on the go.
Why Use It
Open NotebookLM offers a compelling way to interact with documents, moving beyond traditional reading. Its key benefits include:
- Accessibility: Convert written content into an audio format, making it accessible for listening during commutes, workouts, or for those who prefer auditory learning.
- Engagement: The generated dialogue is designed to be informative and entertaining, transforming dry documents into engaging narratives.
- Personalization: Create podcasts from your specific PDFs, tailoring the content directly to your interests and needs.
- Open Source Power: Built with leading open-source LLMs and TTS models, offering transparency and flexibility.
- User-Friendly Interface: The Gradio interface makes the process of uploading PDFs and generating podcasts straightforward and intuitive.
Links
- GitHub Repository: gabrielchua/open-notebooklm
- Llama 3.3 70B: Hugging Face
- Fireworks AI: fireworks.ai
- Instructor: GitHub
- MeloTTS: Hugging Face
- Bark: Hugging Face
- Jina Reader: jina.ai
Related repositories
Similar repositories that may be relevant next.

Grab: A Powerful Python Web Scraping Framework
July 24, 2026
Grab is a robust Python web scraping framework designed to simplify complex data extraction tasks. It provides comprehensive tools for handling network requests, processing scraped content, and managing asynchronous operations through its powerful Spider component. Developers can leverage features like automatic cookie support, HTTP/SOCKS proxies, and XPath queries for efficient web data collection.

Awesome Django: A Curated List of Essential Django Resources and Packages
July 24, 2026
Awesome Django is a comprehensive curated list of outstanding Django apps, projects, and resources. It focuses on mature, well-maintained packages with good documentation and active user bases. This repository serves as an invaluable guide for developers looking for high-quality tools and examples within the Django ecosystem.

Awesome Django: A Curated List of Essential Resources for Developers
July 24, 2026
Awesome Django is a comprehensive, curated list of exceptional resources, packages, and tools for Django web development. It serves as an invaluable guide for developers looking to enhance their projects with the best the Django ecosystem has to offer. With over 11,000 stars, it's a trusted community-maintained collection.

Awesome Flask: A Curated List of Flask Resources and Plugins
July 23, 2026
Awesome Flask is a comprehensive, curated list of exceptional Flask resources and plugins, designed to help developers build robust web applications. It categorizes a wide array of tools, from frameworks and authentication to database integrations and development utilities, making it an invaluable guide for anyone working with the Flask ecosystem.
Source repository
Open the original repository on GitHub.
9 counted GitHub visits