184
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 21 Sep 2026
184 points (90.4% liked)
Open Source
49140 readers
933 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 7 years ago
MODERATORS
@opensubs
What are you talking about?
The browser runs a lot of stuff that doesn't get passed on to the servers you connect to. In this case it can run a local whisper model locally and pass your video stream through it, rather than pass it through some server online.
@virku Then what's the point? You can just download the model and run it locally without using this service...
Ease of use..
It's not a "service" but a program that runs locally.
Downloading the model and running it locally is essentially what it does. If you do it by yourself then you'd have to write your own scripts. At which point, you might as well share those scripts with the community putting them in Github, and maybe including them in a web extension to integrate with the browser and/or in a static website that locally runs it via WASM... precisely what this project is doing...
This is how loads of things run these days. Browser handles the UI because it's way easier to get working on all kinds of different user machines. I don't like it personally but that's why.
It's how pretty much any server dashboard runs.
If i understood this right...
Instead of uploading a file you just download the model. The sound then gets transcribed as usual without the service accessing the file.
@beyoublahaj So audio gets uploaded?
oh nah I reread the post and edited my comment. I misunderstood too ^^`
@beyoublahaj So what's the point of this service if you can download the model yourself and use it without this website?..
As people have tried to explain - it's not a website. The UI for the software simply runs via the browser.
You don't have to use the website.. the project is not just that website, it's also packaged as a browser extension, a desktop app and a CLI program.
That website is just a convenient way to see it working (while still processing it locally) without installing anything.
If you download the raw model and write up scripts to create subtitles out of video by yourself then you are essentially re-building the same app.. the result would be similar, just duplicating effort.
I assume you can use it on any platform that runs a browser, without installing software on the system. I use (other type of) software that runs in the browser, but locally. This type of browser software is handy.
No idea, I suppose that it's more convenient and easier.