Jumaat, 22 September 2023

Show HN: Summary Cat, a YouTube Video Summary Generator https://ift.tt/jJiXRok

Show HN: Summary Cat, a YouTube Video Summary Generator Hello HN! Please check out Summary Cat ( https://ift.tt/5qvwkAh ). It uses OpenAI's GPT-3.5 to summarize YouTube transcripts. Please note that it only works for *English* videos right now. I'd appreciate any feedbacks, criticisms, or feature requests!! You can also find my contact info in my profile. Thank you in advance. --------------------------- Tech Stack - Frontend: HTML/CSS - Backend: Python/Flask APIs: - For grabbing YouTube's transcripts, I used youtube-transcript-api ( https://ift.tt/lTiPsxO ) - For summarizing the transcripts, I used OpenAI's GPT-3.5-turbo-16k: https://ift.tt/WSB5zwG . (I used GPT-3.5 because GPT-4 is quite a lot more expensive (roughly 10X). https://ift.tt/5qvwkAh September 23, 2023 at 01:54AM

Tiada ulasan:

Show HN: Fast Elevation API with memory mapped tiles https://ift.tt/suKxOBC

Show HN: Fast Elevation API with memory mapped tiles I recently wrote and launched a high-performance Elevation API, built from the ground u...