Youtube Video Summarizer built using Gemini and GenKit
Link to open source: https://github.com/codestellar/youtube-summarizer-genkit
Problem Statement: People watch videos from youtube. Sometimes the Video language is different. You have visitors speaking different languages. Sometimes you simply want to have the quick notes from that video.
Solution: Simply give the youtube video URL and get the bullet points summary.
HOW TO:The idea of this proof of concept is to demonstrate the capabilities of GenKit and Gemini to build a real application.
- The video id is sent as an input.
- There is a system prompt that guides the LLM to generate the summary. We are using Gemini.
- GenKit helps in Monitoring Logs, easily switching Models without changing much code, making your application production ready.

