TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: An Open Source "News Feed" for AI-Focused Videos on YouTube

2 pointsby bing_daiover 1 year ago
Source Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;bingdai&#x2F;summaryfeeds">https:&#x2F;&#x2F;github.com&#x2F;bingdai&#x2F;summaryfeeds</a><p>Summary Feeds (<a href="https:&#x2F;&#x2F;www.summaryfeeds.com" rel="nofollow">https:&#x2F;&#x2F;www.summaryfeeds.com</a>) is a website that:<p>- Fetches transcripts of AI-focused YouTube videos, using the YouTube Transcript API by pypi.org.<p>- Uses OpenAI&#x27;s GPT-3.5-turbo-16k to summarize video transcripts.<p>- Presents summaries in an easily readable format.<p>- Organized interface to browse video summaries by date.<p>Tech Stack:<p>- Front End: HTML&#x2F;CSS. No JavaScript needed yet.<p>- Back End: Python&#x27;s Flask Framework<p>- Third-Party APIs:<p>--- YouTube Transcript API by pypi.org, for transcript retrieval.<p>--- Google&#x27;s YouTube Data API, for retrieving information like each video&#x27;s title and publication date.<p>--- OpenAI API, for summarizing the transcripts.<p>- Deployment: AWS Elastic Beanstalk<p>---------<p>By the way, if you want to summarize any YouTube videos, please try out my other project, Summary Cat (<a href="https:&#x2F;&#x2F;www.summarycat.com" rel="nofollow">https:&#x2F;&#x2F;www.summarycat.com</a>). It uses a very similar tech stack as Summary Feeds.<p>---------<p>Happy to answer any questions you might have!! Any criticisms, suggestions, and feedbacks would be sincerely appreciated.

no comments

no comments