Answer questions from the YouTube video based on the transcript.
video-wisdom
Meta
ON
Tools
Add
No tools added to the Pipe.
Readme
🧠 VideoWisdom — Summarize and Analyze YouTube Videos with AI
VideoWisdom is an AI-powered tool designed to help you manage content overload by summarizing YouTube videos, answering questions, extracting main ideas, and more. Built using multiple AI Pipes on Langbase, VideoWisdom works with 30+ LLMs (like OpenAI, Gemini, Mistral, Llama, etc.), and any data (10M+ context with Memory sets).
Duplicate the .env.local.example file in this project and rename it to .env.local.
Add the following environment variables:
sh
DownloadCopy code
1# Fork https://langbase.com/examples/youtube-video-summarizer
2# Replace `LB_SUMMARIZE_PIPE_KEY` with your API from the forked Pipe
3LB_SUMMARIZE_PIPE_KEY=""
4# Fork https://langbase.com/examples/you-tube-videos-qn-a
5# Replace `LB_GENERATE_PIPE_KEY` with your API from the forked Pipe
6LB_GENERATE_PIPE_KEY=""
7# Fork https://langbase.com/examples/youtube-video-main-ideas-extractor
8# Replace `LB_MAIN_IDEAS_PIPE_KEY` with your API from the forked Pipe
9LB_MAIN_IDEAS_PIPE_KEY=""
10# Fork https://langbase.com/examples/youtube-video-interesting-facts-extractor
11# Replace `LB_FACTS_PIPE_KEY` with your API from the forked Pipe
12LB_FACTS_PIPE_KEY=""
13# Fork https://langbase.com/examples/youtube-video-wow-moments
14# Replace `LB_WOW_PIPE_KEY` with your API from the forked Pipe
15LB_WOW_PIPE_KEY=""
16# Fork https://langbase.com/examples/youtube-video-tweets-extractor
17# Replace `LB_TWEETS_PIPE_KEY` with your API from the forked Pipe
18LB_TWEETS_PIPE_KEY=""
19# Fork https://langbase.com/examples/youtube-video-recommendations-extractor
20# Replace `LB_RECOMMENDATION_PIPE_KEY` with your API from the forked Pipe
21LB_RECOMMENDATION_PIPE_KEY=""
22# Fork https://langbase.com/examples/youtube-video-quotes-extractor
23# Replace `LB_QUOTES_PIPE_KEY` with your API from the forked Pipe
24LB_QUOTES_PIPE_KEY=""
25
Now execute the following commands in your terminal to run the project:
sh
DownloadCopy code
1# Install the dependencies using the following command:
2npm install
34# OR if you are using npm, run the following command:
5npm install
67# Run the project using the following command:
8npm run dev
Your app template should now be running on localhost:3000.
NOTE:
This is a Next.js project, so you can build and deploy it to any platform of your choice, like Vercel, Netlify, Cloudflare, etc.
Authors
This project is created by Langbase team members, with contributions from: