Hacker News new | ask | show | jobs
Show HN: Hackercast – an AI-generated podcast summary of Hacker News (camrobjones.com)
3 points by camrobjones 1143 days ago
I made this as a fun side-project to try out summarization with langchain (and because I get the Hacker Newsletter every Friday and never get round to reading it).

It works by scraping the Hacker Newsletter, summarizing the individual articles using Langchain and GPT-4, and then converting the text to speech using AWS Polly.

Let me know if you have any suggestions or feedback.