[Part 2] The YouTube script: youtube2llm.py

Hey, as promised, I’ll start introducing the different scripts in the Nootroscripts project. youtube2llm.py [TOC] Overview: analyse, embed, and ask anything about the content of a YouTube video. Feel free to skip to Example usages for a quick start and refer to the documentation-like sections later if you’re not an RTFM kind of person. Input…

Nootroscripts: A suite of LLM-powered scripts for curious curators to help synthesize content in different formats and sources, more efficiently

Hey friends, today I am releasing my LLM-related Python scripts for working with youtube, podcasts, and articles. These CLI-based scripts have boosted my consumption and production process so much. Here’s the link to the github repository: Nootroscripts. Check out the comments in the code. It should help figure out the usage. The code is solid…