Skip to content

DonaghBr/notebooklm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotebookLM scripts and tools

This repository contains various scripts and tools related to NotebookLM

Automation

The automation directory contains scripts for automating various tasks related to NotebookLM.

Install Playwright

For Fedora:

sudo dnf install -y chromium
sudo dnf install -y libicu libjpeg-turbo libwebp flite pcre libffi
python -m pip install playwright
python -m playwright install

PDF Tools

The pdf-tools directory contains scripts for working with PDF files and preparing them for NotebookLM.

  • split_pdf.sh - splits large PDF files into smaller chunks based on word count.
  • combine_pdf.sh - combines multiple PDF files into chunks based on word count.
  • pdf_process.sh - is a comprehensive script for processing multiple PDF files, combining them into chunks based on word count and generating a manifest file, splitting large files if needed.

PDF tools README

About

NotebookLM related tools and hacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 44.4%
  • Shell 37.3%
  • Python 18.3%