- Notifications
You must be signed in to change notification settings - Fork32
Pocket Flow Tutorial Project: Explain Youtube Video To Me Like I'm 5
License
The-Pocket/PocketFlow-Tutorial-Youtube-Made-Simple
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 thedemo notebook.
Set up LLM in
utils/call_llm.py
by providing credentials.You can refer toLLM 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.txtpython 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 WithPocket 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:
About
Pocket Flow Tutorial Project: Explain Youtube Video To Me Like I'm 5
Resources
License
Uh oh!
There was an error while loading.Please reload this page.