this post was submitted on 28 Aug 2023
268 points (98.2% liked)

Selfhosted

60734 readers
251 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi everyone!

A few days ago I released Whishper, a new version of a project I've been working for about a year now.

It's a self-hosted audio transcription suite, you can transcribe audio to text, generate subtitles, translate subtitles and edit them all from one UI and 100% locally (it even works offline).

I hope you like it, check out the website for self-hosting instructions: https://whishper.net

top 25 comments
sorted by: hot top controversial new old
[–] webghost0101@sopuli.xyz 16 points 2 years ago (2 children)

Does this need to connect to openai or does it function fully independently? Its for offline use.

[–] pluja@lemmy.world 18 points 2 years ago

No, it's completely independent, it does not rely on any third-party APIs or anything else. It can function entirely offline once the models have been downloaded.

[–] pcouy@lemmy.pierre-couy.fr 10 points 2 years ago

The readme mentions "transcription time on CPU" so it's probably running locally

[–] fmstrat@lemmy.nowsci.com 9 points 2 years ago (1 children)

How does it compare to https://github.com/guillaumekln/faster-whisper?

I've been using Faster Whisper for a while locally, and its worked out better than raw whisper and benchmarks really well. Just curious if there are any reasons to switch.

[–] pluja@lemmy.world 18 points 2 years ago (1 children)

Whishper uses faster-whisper in the backend.

Simply put, it is a complete UI for Faster-Whisper with extra features like transcription translation, edition, download options, etc...

[–] fmstrat@lemmy.nowsci.com 2 points 2 years ago

Nice! Thanks.

[–] micha@lemmy.sdf.org 6 points 2 years ago (1 children)

Congratulations on the launch and thanks for making this open-source! Not sure if this supports searching through all transcriptions yet, but that’s what I’d find really helpful. E.g. search for a keyword in all podcast episodes.

[–] pluja@lemmy.world 5 points 2 years ago

That's a great idea! I'll attempt to implement that feature when I find some time to work on it.

[–] ares35@kbin.social 6 points 2 years ago (1 children)

how does whisper do transcribing technical documents. like for lawyers, doctors, engineers and what not? or speakers with heavy accents?

[–] pluja@lemmy.world 6 points 2 years ago

Whisper models have a very good WER (word error ratio) for languages like Spanish, English, French... if you use the english-only models it also improves. Check out this page on the docs:

https://whishper.net/reference/models/#languages-and-accuracy

[–] midas@ymmel.nl 5 points 2 years ago

Awesome will give this a try

[–] rikudou@lemmings.world 4 points 2 years ago* (last edited 2 years ago)

Nice, congrats!

a meme with a photo of Richmond Valentine from Kingsman, the bottom text says whishper

[–] obinice@lemmy.world 3 points 2 years ago

I've been looking for a tool to do this for YEARS, my god! Years!!! ❤️❤️

[–] UberMentch@lemmy.world 3 points 2 years ago* (last edited 2 years ago) (1 children)

Would love to deploy this, but unfortunately I'm running server equipment that apparently doesn't support MongoDB 5 (Error message MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!). Tried deploying with both 4.4.18 and 4.4.6 and can't get it to work. If anybody has some recommendations, I'd appreciate hearing them!

Edit: Changed my proxmox environment processor to host, fixed my issue.

[–] pluja@lemmy.world 1 points 2 years ago

I'm glad you were able to solve the problem, I add the comment I made to another user with the same problem:

Didn't know about this problem. I'll try to add a MariaDB alternative database option soon.

[–] morethanevil@lemmy.fedifriends.social 3 points 2 years ago (1 children)

I saw your project on Codeberg before. Then it was whisper plus. Since whisper+ it did not work anymore for me. I uploaded a file and it did not start. The old whisper worked. Did not try it for months anymore with whisper plus.

Maybe I give it another try. Can I use bind mounts or are there special permissions? Anyway thanks for your work.

[–] pluja@lemmy.world 4 points 2 years ago

Whisper+ had some problems, that's why I rewrote everything. This new version should fix almost (maybe there are some bugs I haven't found) everything.

If you take a look at the docker-compose file, you'll see it is already using bind mounts. The only special permission needed is for the LibreTranslate models folder, which runs as non-root with user 1032.

[–] Axiochus@lemmy.world 3 points 2 years ago (1 children)

Oh, awesome! Does it do speaker detection? That's been one of my main gripes with Whisper.

[–] pluja@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

Unfortunately, not yet. Whisper per se is not able to do that. Currently, there are few viable solutions for integration, and I'm looking at this one, but all current solutions I know about need GPU for this.

[–] Railcar8095@lemm.ee 3 points 2 years ago

Massive kudos. I had the need for something like this in the past and it would have been a blessing.surely it will be for somebody else

[–] tvcvt@lemmy.ml 2 points 2 years ago

This is excellent timing for me. I was just taking a break from working on setting up whisper.cpp with a web front end to transcribe interviews. This is a much nicer package than I ever had a chance of pulling together. Nice work!

[–] orizuru@lemmy.sdf.org 2 points 2 years ago

Congrats, and thank you for releasing this!

Maybe there's a couple of personal projects I could use it for...

[–] crazygoat@lemmy.world 1 points 2 years ago

Even this is an good sound to text converter and a good ai transcription service

[–] Konraddo@lemmy.world 1 points 2 years ago (1 children)

Just tried this out but couldn't get it to work until downgrading mongo to 4.4.6 because my NAS doesn't ha``ve AVX support. But then, mongo stays unhealthy. No idea why.

[–] pluja@lemmy.world 1 points 2 years ago

Didn't know about this problem. I'll try to add a MariaDB alternative database option soon to solve this.