Earlier quoted context omitted.
When it all comes together it's kind of a nightmare for an ASR model. There were plenty of times in reviewing the recordings and ASR output where I'd listen to the audio and have no idea what they said. I'm not sure which contributes most but I know from my prior experiences with ASR for telephony even clean speech on pristine connections does much worse with models trained on 16 kHz being fed native 8 kHz audio that…
Could one train an interpolation layer (eg take a bunch of 16k audio, down sample to 8k, train 8k->16k upsampler)? Or better yet (but more expensive), take whisper, freeze it, and train the upsampler on whisper’s loss.
Show HN: I made a free transcription service powered by Whisper AI
111–120 of 135 posts
Re: Show HN: I made a free transcription service powered by Whisper AI
#112I’m in love with the idea of pressing button on my Lock Screen and getting a perfect transcription in my inbox.
Also, just added emoji summarization in email subject, a small visual reminder of what your memo was about.
I hope this is useful to someone!
Re: Show HN: I made a free transcription service powered by Whisper AI
#113I’m sorry to self promote again - but: https://whispermemos.com I’m in love with the idea of pressing button on my Lock Screen and getting a perfect transcription in my inbox. Also, just added emoji summarization in email subject, a small visual reminder of what your memo was about. I hope this is useful to someone!
Re: Show HN: I made a free transcription service powered by Whisper AI
#114Earlier quoted context omitted.
Yes, large was by far the best, but still not accurate enough that I'd be willing to put it into a fully automated pipeline. It would have gotten it right probably 75% of the time. Anything other than the large model was far too bad to even think about using.
What was the performance, resource usage, etc of doing this with large? What's the speed like? I'm still getting spun up on this but base delivers a pretty impressive 5-20x realtime on my RTX 3090. I haven't gotten around to trying the larger models and with only 24GB of VRAM I'm not sure what kind of success I'll have anyway... In my case the goal was to actually generate tweets based on XYZ. As I've already said th…
For a 1:17 file it takes:
6s for base.en, I think 2s to load the model based on the sound of my power supply.
33s for large, I think 11s of which is loading the model.
Varies a lot with how dense the audio file is, this was me giving a talk so not the fastest and quite clean audio.
While I saw near perfect or perfect performance on many things with smaller models, the largest really are better . I'll upload a gist in a but with Rap God passed through base.en and large.
edit -
Timings (explicitly marked as language en and task transcribe):
base.en => 23s
large => 2m50
Audio length 6m10
Results (nsfw, it's Rap God by Eminem): https://gist.github.com/IanCal/c3f9bcf91a79c43223ec59a56569c...
Base model does well, given that it's a rap. Large model just does incredibly, imo. Audio is very clear, but it does have music too.
Re: Show HN: I made a free transcription service powered by Whisper AI
#115Anyway, I'd love to get it running well on g5g, but they seem extremely temperamental. If anybody has, please let me know your secret. :)
Re: Show HN: I made a free transcription service powered by Whisper AI
#116I didn't manage to transcribe anything (it just doesn't remember that I submitted anything), but whatever, I didn't need to anyway. I just wanted to ask: how good is Whisper with non-english? At least "major" ones, like, German, French, Russian, Spanish?
Re: Show HN: I made a free transcription service powered by Whisper AI
#117This is a cool project. I’ve been very happy with whisper as an alternative to otter; it works better and solves real problems for me. I feel compelled to point out whisper.cpp. It may be cheaper for the author but is relevant for others. I was running whisper on a gtx 1070 to get decent performance; it was terribly slow on M1 Mac. Whisper.cpp has comparable performance to the 1070 while running on M1 CPU. It is easy…
Re: Show HN: I made a free transcription service powered by Whisper AI
#118It broke when I tried to feed it an entire podcast file, but still, I took this as a push to try out Whisper AI for myself, turns out it's easier to use than I thought. Long story short, I used it to transcriptify a podcast: https://scotts-podcasts.s3.amazonaws.com/temp/whisper/Intern... Not sure if there's a use for this that's not me, but I like the idea of having subtitles for a podcast I'm listening to.
Re: Show HN: I made a free transcription service powered by Whisper AI
#119This is a cool project. I’ve been very happy with whisper as an alternative to otter; it works better and solves real problems for me. I feel compelled to point out whisper.cpp. It may be cheaper for the author but is relevant for others. I was running whisper on a gtx 1070 to get decent performance; it was terribly slow on M1 Mac. Whisper.cpp has comparable performance to the 1070 while running on M1 CPU. It is easy…
How long would whisper.cpp take to transcribe 2 hours of audio on M1?
Re: Show HN: I made a free transcription service powered by Whisper AI
#120It broke when I tried to feed it an entire podcast file, but still, I took this as a push to try out Whisper AI for myself, turns out it's easier to use than I thought. Long story short, I used it to transcriptify a podcast: https://scotts-podcasts.s3.amazonaws.com/temp/whisper/Intern... Not sure if there's a use for this that's not me, but I like the idea of having subtitles for a podcast I'm listening to.
What tool did you use for the player-text presentation?