whisperfile llamafile 提供的基于whisper.cpp的快速运行whisper的应用
对于llamafile 大家可能都听说过,最近llamafile 提供了基于whisper.cpp 的whisperfile ,我们可以快速使用
whisperfile 进行翻译处理
参考使用
- 下载whisperfile 以及模型
whisperfile 可以直接从github 下载
模型地址: https://hf-mirror.com/ggerganov/whisper.cpp/tree/main
- 使用
注意文件格式需要是 16kHz 的,不然会提示错误的
./whisperfile-0.8.13 -m ggml-base.bin -f out.wav -pc
转换参考命令
ffmpeg -i 111.mp3 -acodec pcm_s16le -ac 1 -ar 16000 out.wav
- 效果
速度处理上还是很不错的
说明
围绕llamafile 的一些其他玩法也不少,比如目前看到sdfile stable-diffusion.cpp ,都可以尝试下
参考资料
https://github.com/Mozilla-Ocho/llamafile
https://huggingface.co/ggerganov/whisper.cpp