|
@@ -5,6 +5,8 @@
|
|
"id": "30b1235c-2f3e-4628-9c90-30385f741550",
|
|
"id": "30b1235c-2f3e-4628-9c90-30385f741550",
|
|
"metadata": {},
|
|
"metadata": {},
|
|
"source": [
|
|
"source": [
|
|
|
|
+ "<a href=\"https://colab.research.google.com/github/meta-llama/llama-recipes/blob/main/recipes/use_cases/VideoSummary.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
|
|
|
|
+ "\n",
|
|
"## This demo app shows:\n",
|
|
"## This demo app shows:\n",
|
|
"* How to use LangChain's YoutubeLoader to retrieve the caption in a YouTube video\n",
|
|
"* How to use LangChain's YoutubeLoader to retrieve the caption in a YouTube video\n",
|
|
"* How to ask Llama 3 to summarize the content (per the Llama's input size limit) of the video in a naive way using LangChain's stuff method\n",
|
|
"* How to ask Llama 3 to summarize the content (per the Llama's input size limit) of the video in a naive way using LangChain's stuff method\n",
|