This is a brilliant and useful application of LLM technology, I'm impressed. One question- On the backend, is it downloading each video CC (closed-caption) transcript and feeding that into a tuned prompt? What happens for videos where this is missing? Asking because I've noticed CC is occasionally unavailable for some YouTube videos. If you cared to have a fallback, a potentially interesting experiment / solution for…
Comparing yt transcript to open whisper transcripts could be interesting if it could pick up on something extra. There is limited need to reinvent the wheel to process audio when other things can be solved.
Show HN: I made a website that converts YT videos into step-by-step guides
61–70 of 135 posts
Re: Show HN: I made a website that converts YT videos into step-by-step guides
#62Re: Show HN: I made a website that converts YT videos into step-by-step guides
#63https://stepify.tech/video/KafAn1h4x14
Neither were good enough to use.
Re: Show HN: I made a website that converts YT videos into step-by-step guides
#64I think, to be fairer to the people actually creating the content, you should make a much more obvious link back the original video.
I will. Could you suggest a place where it would be more obvious?
Re: Show HN: I made a website that converts YT videos into step-by-step guides
#65https://stepify.tech/video/623AC6a6org
is the first featured video…
In any case, it’s doomed- google will cut off the access or integrate the feature on their side. They thank you for the proof of concept though.
Re: Show HN: I made a website that converts YT videos into step-by-step guides
#66It’s tricky when you don’t do editorial on your homepage tho: https://stepify.tech/video/623AC6a6org is the first featured video… In any case, it’s doomed- google will cut off the access or integrate the feature on their side. They thank you for the proof of concept though.
Re: Show HN: I made a website that converts YT videos into step-by-step guides
#67Re: Show HN: I made a website that converts YT videos into step-by-step guides
#68Re: Show HN: I made a website that converts YT videos into step-by-step guides
#69Super interesting. I recently went down the DIY rabbit hole for solar, electricity, etc. I tested out https://stepify.tech/video/O8eVxRVwlnw and looks decent: 1. It took about ~45 seconds for the page to load once I put the URL in. You should have a loader on a page showing that the website is "doing something" while the AI transcribes. 2. It would be great to sync the chapters in the YT video with the guide details.…
Checkout this app called Razzl. Pretty much does what you’ve described.
Re: Show HN: I made a website that converts YT videos into step-by-step guides
#70I made something a little similar, but just as a little cli script that I run locally for myself. You can input a url for a YouTube video, podcast link or local audio/video file. It transcribes it with whisper and outputs the full transcript in one text file and I use another model to summarize it into a bullet list in a separate file. I so appreciate these open source/access models allowing us to build these kinds o…
Doesn't youtube automatically transcribe every video with whisper?