Please add other options for transcription providers other than openai. #104
Replies: 4 comments 3 replies
-
Will do, hopefully in the upcoming weeks. |
Beta Was this translation helpful? Give feedback.
-
Done in #110 |
Beta Was this translation helpful? Give feedback.
-
Hey thank you the addition of whisper ai python version. But please add the c++ version, it uses way less memory and is way faster. The following test was done on an amlogic s905w cpu linux with 2GB of ram. 1 min and 50 sec with initializing "initializing took 20 sec", tiny model, 1GB ram, python, command used: whisper jfk.wav --model tiny 32.29175 sec initializing was instant, tiny model, 204 MB ram, c++, command used: ./main -m models/ggml-tiny.bin -f samples/jfk.wav 25.39772 sec initializing was instant, quantized tiny model, 160 MB ram, c++, ./main -m models/ggml-tiny-q5_0.bin -f samples/jfk.wav The file used for testing was samples/jfk.wav in https://github.com/ggerganov/whisper.cpp The whisper.cpp is built from source on the user side but the build time takes just less than 5 minutes on a low end device "the models are provided besides the quantized ones but converting the normal models to quantized takes about one minute" |
Beta Was this translation helpful? Give feedback.
-
Hello, I'd like to add that there is https://github.com/ariym/whisper-node |
Beta Was this translation helpful? Give feedback.
-
Openai transcription is great but sadly the free plan is limited to a 5$ credit and it would be great to have other free options.
Beta Was this translation helpful? Give feedback.
All reactions