Have a 5-hour YouTube video but no time to watch it? This LLM application pulls the main topics and explains to you like you are 5, so you can catch up in just minutes.
Design Doc: docs/design.md, Flow Source Code: flow.py
-
Built With Pocket Flow, a 100-line LLM framework that lets LLM Agents (e.g., Cursor AI) build Apps for you
-
Check out the Step-by-Step YouTube Tutorial:
-
Implement
call_llm
inutils/call_llm.py
so it takes a string and returns a string. -
Install the dependencies and run the program:
pip install -r requirements.txt
python main.py --url "https://www.youtube.com/watch?v=example"
- When it’s done, open output.html (created in the project folder) to see the results.