top | item 41839895

Show HN: Turn any YouTube video into a summary, quiz, & flashcards

5 points| rtills | 1 year ago |asterlab.io

YouTube is the greatest learning resource in the world. Yet it doesn't provide any tools to help you learn from videos.

I built a simple app that turns YouTube videos into structured learning material using AI. It generates a summary, quiz and flashcards from video content, meaning you can learn from anything (well, at least any YouTube video).

Try it out. Would be happy to keep building features based on feedback!

11 comments

order

nancy_le|1 year ago

How do you plan to handle the variability in video quality and content style on YouTube? For example, some educational channels might have a very structured approach, while others might be more conversational or rambling. How does your AI model adapt to these differences, and what kind of limitations have you encountered so far?

rtills|1 year ago

Good question - currently it is just hooked into the OpenAI API. I think it actually performs generally well for its purposes but to make it get more traction I would have to consider fine-tuning or prompt engineering further

The limitations are mostly that the questions and flashcards can veer into being generic - I've still found them useful in my own dogfooding though...

HardwareLust|1 year ago

Pretty impressive so far. How are you paying for the compute on this?

rtills|1 year ago

My own pocket at the moment. Very happy for folks to try and use it as a tool. If it becomes a problem - hopefully the community will contribute. What do you think?

codingdave|1 year ago

How does this give back to the people whose videos are being used?

rtills|1 year ago

Hi - could you explain more? If you look at the site - the videos are embedded on the page so should still generate the same revenue -> https://asterlab.io/

toomuchtodo|1 year ago

Can you support any media target yt-dlp supports?

rtills|1 year ago

Do you have an example? It is set-up just for yt at the moment - would need to dive deeper into API documentation to see what else we could cook