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…
Tag: How to write
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…