Earlier quoted context omitted.
Would love to locally host this, do you have a source?
No docs or anything yet but: https://github.com/mayeaux/generate-subtitles
Show HN: I made a free transcription service powered by Whisper AI
31–40 of 135 posts
Re: Show HN: I made a free transcription service powered by Whisper AI
#32I recently tried Whisper to transcribe our local Seattle Fire Department radio scanner -- unfortunately it was not reliable enough for my use case, e.g. "adult male hit by car" gets transcribed as "don't mail it by car". I imagine future models will allow the user to input some context to disambiguate. Like if I could give it the audio along with the context "Seattle Fire Department and EMS radio traffic", it would b…
Did you try a telephony oriented model like aspire or similar? They’re trained on sort-of 8 kHz audio and might work better.
I tried something similar for my SDR feeds and gave up because it’s just too challenging and niche - the sampling, the jargon, the 10 codes, the background noise, static on analog systems/drop outs on digital systems, rate of speech, etc all contribute to very challenges issues for an ML model.
Re: Show HN: I made a free transcription service powered by Whisper AI
#33I've been running whisper in the terminal with Python and I've found whisper surprisingly accurate with the transcription even from Chinese. Just given your site a try, nicely done. One feedback - would be great to have a progress indicator on the processing page, I have no idea what stage it's at or how much longer I need to wait.
It should show the data via processing.. it's setup to just take whatever stdout/stderr comes back from Whisper and send it directly to the frontend via websockets, I'm surprised you got stuck there :thinking:
Re: Show HN: I made a free transcription service powered by Whisper AI
#34Should this have the “Show HN” tag? Also, labels’ [for] attributes are all "file" instead of "language" and "model", so all labels trigger the file selection dialog on click :-) UPD: https://github.com/mayeaux/generate-subtitles/pull/1
Merged, thanks. Do I just add 'Show HN:' to the beginning of the title?
Re: Show HN: I made a free transcription service powered by Whisper AI
#35Earlier quoted context omitted.
Thanks! Whisper is a lot of fun but it didn't take long before I wanted to build a frontend. And then I built something that I think came out super nice so why not share it with people. I used to pay $100/month for transcriptions and this works a lot better for me so might as well open-source transcription if I can, but I give all the credit to Whisper that module they put out is amazing
Very generous of you. I made a similar free service 3 years ago using much worse tools and it's so cool to see whisper making it all so much better and more efficient. Thanks for releasing for free
Re: Show HN: I made a free transcription service powered by Whisper AI
#36Earlier quoted context omitted.
I also plan to support automatic language translation I have that working locally already actually, and I work for one of the big alt-video platforms and rumour has it that I will be shipping this feature for them soon (auto transcription with auto translated subtitles)
Really cool, that would be a killer feature. Definitely post here when this gets released!
Re: Show HN: I made a free transcription service powered by Whisper AI
#37I setup a whisper-asr-api backend this week with gobs of CPU and RAM and an RTX 3090. I’d be interested in making the API endpoint available to you and working on the overall architecture to spread the load, improve scalability, etc.
Let me know!
Re: Show HN: I made a free transcription service powered by Whisper AI
#38Earlier quoted context omitted.
Merged, thanks. Do I just add 'Show HN:' to the beginning of the title?
I think so, yeah! https://news.ycombinator.com/showhn.html
Re: Show HN: I made a free transcription service powered by Whisper AI
#39Re: Show HN: I made a free transcription service powered by Whisper AI
#40What resources do you have for hosting this? I setup a whisper-asr-api backend this week with gobs of CPU and RAM and an RTX 3090. I’d be interested in making the API endpoint available to you and working on the overall architecture to spread the load, improve scalability, etc. Let me know!
Open an issue on the Github repo and we can collab for sure!: https://github.com/mayeaux/generate-subtitles/issues