Back to News
Advertisement
ttantara 3 days ago 17 commentsRead Article on github.com

ES version is available. Content is displayed in original English for accuracy.

OpenBrief is basically a GUI for yt-dlp with some AI on top — paste a link, it downloads locally, and transcription and voice generation run with local AI on your machine. Summaries and chat over the transcript use an LLM, which is bring-your-own-key for now. It's open source and free.
Advertisement

⚡ Community Insights

Discussion Sentiment

82% Positive

Analyzed from 344 words in the discussion.

Trending Topics

#local#dlp#works#things#tools#actually#question#llm#transcribe#cool

Discussion (17 Comments)Read Original on HackerNews

hbwang20762 days ago
Clean implementation. One thing I always look for: how does this degrade when things go wrong? Good error handling is what separates weekend projects from tools people actually use.
Centigonal1 day ago
(responding to dead sibling) As someone who frequently replies to people's questions with "Great question!" or "That's a good point!," I'm a little concerned people are going to start thinking I'm an LLM.
riddley1 day ago
Sorry if this is a dumb question, but could this be modified to create tab from a live performance? I improvised a solo with my band recently and it was a big hit and I'm feeling too lazy to transcribe it.
1afc6c311 day ago
That's cool ... will definitely try that. I know there are many tools like that but when it gives good results in the end I'll use it.
oceansweep2 days ago
Cool project! I built something similar a while back and then kept adding to it: https://github.com/rmusser01/tldw_server It’s now grown quite a bit past the original goal of transcribing and summarizing conference talks for me.
sophianara2 days ago
This feels like the 'Obsidian for video'. I your approach: local-first, ownership of files, and composable AI instead of another cloud subscription.
devword2 days ago
Curious how you handle long-context transcripts locally. Are you chunking + retrieval, or relying on large-context hosted models through BYO APIs?
sillyboi2 days ago
Nice work. It's refreshing to see a simple and local-first Tauri app instead of another one CLI/TUI tool.
chid2 days ago
isn't this quite similar to https://github.com/kouhxp/yapsnap just with a llm for summarisation?
ks20482 days ago
Within the past year, yt-dlp has ceased to work reliably, it seems Google is cracking down.
ramon1562 days ago
Can you explain? yt-dlp works fine, especially if you just use your browser cookies. the fact you can select auto-subtitles, language-specific subtitles and the fact it also works in other websites like patreon is what made me realize how well-built yt-dlp is.
rambrrest2 days ago
Could be related to ips - i think it works well at my house - but when I am working from a specific cafe, it does not. But yeah seems to be getting more erratic lately.
bethekidyouwant2 days ago
Don’t YouTube videos already have a transcript?
tantara2 days ago
Yes. Most videos on Youtube have captions. OpenBrief is basically a wrapper of yt-dlp so it can support other video streaming services and transcribe them if it doesn't have captions. One of my use cases is importing audio recordings. Local transcription model can do many things actually. The title might be over simplified.
stratos1232 days ago
It's way worse than what you can get locally via whisper. Not sure why, perhaps Google legally can't use whisper, or can't spare the compute.
markoa2 days ago
Looks interesting, starred, thanks.
Advertisement
Devin_Patters0n1 day ago
local-first. Love it..