Hacker News new | past | comments | ask | show | jobs | submit | bing_dai's comments login

Could you provide an example?


Project 1 — Source code: https://github.com/bingdai/summaryfeeds. The code is for Summary Feeds (https://www.summaryfeeds.com). It shows summaries of AI-related YouTube Channels.

****

Project 2 - I also built a YouTube summarizer for individual video called Summary Cat (https://www.summarycat.com). It is not open source for now. The stack is very similar to project 1.

****

And yes I like summarizing YouTube videos:)


Learning about Christianity, after being an atheist my whole life thus far.


I'd be surprised if you hadn't already read it, but just in case, this audio version of Mere Christianity is my absolute favorite: https://www.audible.com/pd/Mere-Christianity-Audiobook/B00JP...

I also really enjoyed One Year Bible with Bill Creasy. It doesn't get too academic, which may be a downside if that's what you're looking for, but I found him to be very engaging: https://www.audible.com/pd/One-Year-Bible-Audiobook/B00G5OEH...

And, although our theologies diverge quite a bit, I found that the Bible Binge podcast is pretty entertaining. It "translates" Bible stories into modern pop culture references: https://faithadjacent.com/show/theclassics/


Mere Christianity is trash. Couldn't even get through the first chapter because he calls out atheism almost immediately and basically says it's not even worth discussing because it's stupid and not an actual philosophy, which just strikes me as pure intellectual laziness, especially in a book about religion. Avoid, especially if you're an atheist trying to approach religion.


I don't remember it, though I think it's a stretch to say that Lewis of all people was lazy or incurious about atheism.


It's the very beginning of "Book Two" of Mere Christianity. Not only were his direct quotes about atheism just generally terrible, his logical argument about atheism was equally terrible. I'm genuinely surprised he's hailed as this great theologian or philosopher when he can't piece together a simple argument about theism vs. atheism. Like truly, these arguments in Book Two sound like some teenager in a youth group wrote them.


You may enjoy dr Micheal Segrue on YouTube. He is a wonderful philosophy lecturer who has many fantastic lectures on the philosophy of Christianity.

[1] https://youtu.be/teQhNXBMxvE?si=3NdaTFuj3QQAkN4l


If you have any questions, lemme know. I've been collecting questions and seeing if I can tie them all back to a particular idea. It's nice when things fit together like that


Curious why Christianity and not some other religion?


Mainly because knowledge about Christianity is the most physically accessible to me, as I am a next-door neighbour to a Theology professor of New Testament.


I am wondering if you became believer, and what changed you if so?


https://www.summarycat.com/

I made a YouTube summarizer, Summary Cat.

————————-

Technical Details

Goal: Generate brief and coherent summaries from YouTube video transcripts

Motivation of building this project: to save myself time watching videos that are too long.

Stack • Frontend: HTML/CSS, plus a tiny bit of Javascript for handling the button • Backend: Python/Flask • Flask served as the backend web framework, handling routes and integrating various services. • Front+Backend has about 500 lines in total • Hosting: AWS Free-tier Elastic Beanstalk • Database: AWS Free-tier RDS

APIs: • For grabbing YouTube's transcripts: I used youtube-transcript-api (https://pypi.org/project/youtube-transcript-api/) • For summarizing the transcripts: I used OpenAI's GPT-3.5-turbo-16k: https://platform.openai.com/docs/guides/gpt. • I used GPT-3.5 because GPT-4 is quite a lot more expensive (roughly 10X).

My Prompt (Super Simple!) • "please summarize the following text into a few paragraphs:" + the full transcript.

Thoughts about GPT-4 vs GPT-3.5-Turbo-16k or Summary Cat • GPT-4 was 20% better for "summary quality" • GPT-4 feels 50% faster • However, GPT-4 is about 10X as expensive as GPT-3.5


Hi, I used this Python library (https://pypi.org/project/youtube-transcript-api/) to get transcripts. It works great.


I agree that this is happening " an arms race between youtube forcing creators to make videos 8 mins long min to be able to get mid roll ads and people coming up with ways to summarize the transcript." Along the same line: I have been thinking about how my Summary Cat might mean for the content creators. How would it impact their income?

Your "use the summarizer to re-cut the videos" is fantastic!


Couldn't be worse than the adblock users right now.


I think your suspicion might be correct: long videos exceeds GPT token limitation (16,385 tokens in my case of GPT-3.5-turbo-16k).

Thanks for your suggestion about how to address it.


'Clean up your watch later list" is a neat use case that might be worth supporting directly in some way.


Ah ha! Great point!


No worries! Keep up the great work :)


If you don't mind, could you share an example of such long video? I'd love to debug it.

As for non-Youtube URL: I indeed do not handle that error right now :D. Thanks so much for bringing it up!


This is the 2.5hr video i tried: https://www.youtube.com/watch?v=JGIGA8taN-M

This 1hr video works (but I note you don't seem to be caching the output?) https://www.youtube.com/watch?v=0s9fpFPAC94


You are right. The site doesn't handle non-English videos, but that is on the roadmap. Thanks so much!


More than happy to share!

----------- My prompt is super simple. It is "please summarize the following text into a few paragraphs:" + the full transcript. -----------

Seriously that's it!


Oh boy, wait until the "Prompt Engineers" get a hold of this one.


Sorry, could you please explain what you mean? I am not really quite getting it. What might happen if a Prompt Engineer get a hold of it?


GPT-4's answer: StevenNunez is humorously suggesting that "Prompt Engineers," who are people skilled in crafting effective prompts for AI models, might find bing_dai's simple prompt too basic. They may propose complex and intricately designed prompts to enhance the output quality or add more context to it.

I think GPT-4 didn't quite get it but StevenNunez is making fun of the overly complex prompts people sometimes use (which, to be fair, was more important before instruct and chat tuning)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: