I put up Whisper with a frontend on a server to use for free #548
Replies: 23 comments 52 replies
-
Hi @mayeaux |
Beta Was this translation helpful? Give feedback.
-
Nice work, how are you hosting it? |
Beta Was this translation helpful? Give feedback.
-
thank you very much. I was trying to run it for weeks. But I have no programming experience. Thank you so much. |
Beta Was this translation helpful? Give feedback.
-
Can you tell me why does it take 20 minutes to complete this via CLI for a 2-minute MP3 file on my MacPro 2020 with 16GB memory: while freesubtitles.ai finishes the same thing in just 30 seconds? What is under the freesubtitles.ai's hood? |
Beta Was this translation helpful? Give feedback.
-
What stumps me is that you can still, somehow, manage to translate to something else than English. You're using the latest Whisper branch, or did you build upon the one where translation in something else than English was still possible? |
Beta Was this translation helpful? Give feedback.
-
Thank you for this! |
Beta Was this translation helpful? Give feedback.
-
Hi This is great, I just tried it out. And I thought it didn't work because I didn't see any prompt or status update. It is a bigger file, so it is taking some time. But maybe good to have some status update so people now it is still working ;-) |
Beta Was this translation helpful? Give feedback.
-
@mayeaux: you could probably significantly cut down GPU costs by running the cpp optimized version of whisper on CPU only. That version has no GPU support but runs a lot faster than the original whisper (especially on multicore boxes); the author also provides demo code to run it on an iphone in real time. |
Beta Was this translation helpful? Give feedback.
-
May i know how you calculate the percentage of being transcribed? |
Beta Was this translation helpful? Give feedback.
-
It would be a cool to see the number of queued files before uploading a file. That way you can decide if it's worth the wait. |
Beta Was this translation helpful? Give feedback.
-
Wow, nice work thanks. I tried your web interface and i was wondering how i could download the subtitles into a .txt file. That option wasnt given. I'd be grateful if you could add this. |
Beta Was this translation helpful? Give feedback.
-
This is so cool! Thank you for making that available. I've tested it against my local install on a 3090, and the speed is still pretty great. The thing that your implementation does far better than vanilla whisper is how you are formatting the output text, even just in the .txt version. Locally, I can just get ugly line breaks where there shouldn't be any, and your output is so nicely segmented. Is that some magic you've added manually, are you doing post-processing, or are you using some fancy whisper argument that I am not aware of? Thank you again for providing this service and I appreciate your time and response! Best wishes, Robin |
Beta Was this translation helpful? Give feedback.
-
Nice Work!!!!! thanks!!! |
Beta Was this translation helpful? Give feedback.
-
Hey everyone! Has anyone tried this for song transcription - I've uploaded a few mp3 songs but they haven't processed. Thanks for making this available again! |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, for how long are uploaded files kept on the server? |
Beta Was this translation helpful? Give feedback.
-
To run OpenAI Whisper LARGE model, how does the Nvidia RTX 4090 compare to this setup on AWS - NVIDIA A10G Tensor Core GPU, g5.xlarge with 16GB RAM? Can I expect faster or slower transcription with the 4090? |
Beta Was this translation helpful? Give feedback.
-
Hey, nice work! You might be interested in this project to reduce cost: https://github.com/guillaumekln/faster-whisper I also saw that you consider integrating the NLLB-200 model (mayeaux/generate-subtitles#14). The CTranslate2 library that is used by faster-whisper, can also run the NLLB-200 efficiently. See an example here and here. |
Beta Was this translation helpful? Give feedback.
-
You are the best! |
Beta Was this translation helpful? Give feedback.
-
I just want to say thank you. |
Beta Was this translation helpful? Give feedback.
-
First of all, it's amazing and works really fast with faster-whisper (even with the large model) so: thanks a lot! 🚀 |
Beta Was this translation helpful? Give feedback.
-
this take 2 mins to transcribe a file that wasn't finished after running it overnight on my 2020 m1 MacBook Air |
Beta Was this translation helpful? Give feedback.
-
Hi @mayeaux You said $200 or $250 for hosting on vast ai, but If i check price of A4 there: https://cloud.vast.ai/create?utm_medium=cpc&utm_target=&device=c&gad=1&gclid=CjwKCAjwjaWoBhAmEiwAXz8DBaD09zw8AGde37fA5Y8xC-_oMWhk8IYXEpg3ZG6rV_Qndzkyg9-_HRoCPi8QAvD_BwE&utm_content=&placement=&utm_group=&adposition=&utm_source=google&utm_campaign=20556932576_ it's much more than what you said? even if i take lowest A40, it's 0.403/hr so 0.403 * 60 * 24 = 580$ just for 1 day. can you explain bit more? struggling to host my other generative model (not related with Whisper) Thanks! |
Beta Was this translation helpful? Give feedback.
-
Nice idea and option to have for subs, but now just a scam to steal our money and maybe get a lot of movies uploaded to his server for free |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I built myself a nice frontend for Whisper and since I'm not using near the full GPU usage I am putting it up online to use for free: https://freesubtitles.ai
It's also open source with the code available here: https://github.com/mayeaux/generate-subtitles
Hope you find it useful and thanks to Whisper for this awesome module!
Hacker news post:
https://news.ycombinator.com/item?id=33663486#33664460
Beta Was this translation helpful? Give feedback.
All reactions