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: TL;DWOL – Summarize videos or audio on your machine using AI

4 pointsby oscargullbergover 1 year ago
&quot;TL;DWOL - Too Long; Didn&#x27;t Watch or Listen&quot; is a Python-based HTTP API that summarizes multimedia content. Currently, it supports YouTube, Apple Podcasts and direct audio&#x2F;video file URLs.<p>The API utilizes whisper.cpp for accurate audio-to-text transcription and llama.cpp for summarization.<p>Besides solving a real-world problem, this project also serves as my playground for learning Python and exploring modern tools.

3 comments

soderquistover 1 year ago
Nice, will test.<p>The problem is that I an too lazy to read the summary, so it would be nice if it could generate a youtube video for me, explaining it.
评论 #37642413 未加载
longjonxover 1 year ago
Seem like a pretty efficient tool for summarizing various data. Will keep an eye on this
nielsbosmaover 1 year ago
Cool project! Will definitely try this out.