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
Try running the code in your browser using the demo notebook.
-
Set up LLM in
utils/call_llm.py
by providing credentials.You can refer to LLM Wrappers for example implementations.
You can verify that it is correctly set up by running:
python utils/call_llm.py
-
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.
-
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: