rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
45 stars 2 forks source link

Improvement: Add functionality to take in list of urls through a text file, and have each one processed individually #6

Closed rmusser01 closed 1 month ago

rmusser01 commented 2 months ago

A user should -be able to provide a list of URLs as input to the application, and have the application return summaries for each of the URL entries, individually named by their appropriate URL's page title.

Application takes in a list of urls through a txt file, and processes each in turn, ensuring the LLM (if local) is only launched once for the entire process.

Each entry is first processed for STT sequentially, if done locally, and then all transcriptions are fed to the LLM for summarization. If remote summarization is used/configured, then STT is done and transcriptions are immediately sent off for summarization.