git clone https://github.com/ycyy/faster-whisper-webui.git 进入源码目录: cd faster-whisper-webui 安装项目依赖: pip3 install -r requirements.txt 还要安装faster-whisper依赖: pip3 install -r requirements-fasterWhisper.txt 5、模型
接着下载faster-whisper模型,下载地址: git clone https://huggingface.co/guillaumekln/faster-whisper-large-v2 这里建议只下载faster-whisper-large-v2模型,也就是大模型的第二版,因为faster-whisper本来就比whisper快,所以使用large模型优势就会更加的明显。 注意: 下载后的目录是 faster-whisper-large-v2,要分成两...
这里--model指定large-v2模型,--vad算法使用silero-vad,--language语言指定日语,输出目录为d:/whisper_model,转录视频是d:/Downloads/test.mp4。 程序输出: D:\work\faster-whisper-webui>python cli.py --model large-v2 --vad silero-vad --language Japanese --output_dir d:/whisper_model d:/Downloa...
D:\work\faster-whisper-webui>python cli.py --model large-v2 --vad silero-vad --language Japanese --output_dir d:/whisper_model d:/Downloads/test.mp4 Using faster-whisperforWhisper[Auto parallel] Using GPU devices ['0'] and8CPU coresforVAD/transcription. Creating whisper containerforfaster...
而Faster-Whisper,作为Whisper模型的进化版本,以其高效、准确的特性,为视频双语字幕转录带来了革命性的变化。 Faster-Whisper简介 Faster-Whisper是OpenAI的Whisper模型经过第三方优化后的版本。通过减少模型层数、参数量以及优化推理算法,Faster-Whisper在保持高准确度的同时,显著提高了处理速度。这一优化不仅减少了计算量和...
本次我们利用Faster-Whisper对日语视频进行双语(日语/国语)转录实践,看看效率如何。 构建Faster-Whisper转录环境 首先确保本地已经安装好Python3.10版本以上的开发环境,随后克隆项目: git clone https://github.com/ycyy/faster-whisper-webui.git 进入项目的目录: ...
ycyy/faster-whisper-webuiPublic NotificationsYou must be signed in to change notification settings Fork37 Star263 Code Issues11 Pull requests Actions Projects Security Insights Additional navigation options Files main Sign in to see the full file tree. ...
详细过程 | faster-whisper和openai-whisper对比更多内容欢迎关注up 开源faster whisper地址:https://github.com/SYSTRAN/faster-whisper cuBLAS and cuDNN下载地址:https://github.com/Purfview/whisper-standalone-win/releases/tag/libs 文章参考地址:https://blog.lukeewin.top/archives/faster-whisper-webui 🐧:...
Faster Whisper Webui 🚀 indigo blue gradio 3.23.0 app.py false apache-2.0 English|中文文档 请查看配置参考,网址为:https://huggingface.co/docs/hub/spaces-config-reference 本项目复制自aadnk/whisper-webui, 为了个人使用我在此基础上进行了修改。
本次我们利用Faster-Whisper对日语视频进行双语(日语/国语)转录实践,看看效率如何。 构建Faster-Whisper转录环境 首先确保本地已经安装好Python3.10版本以上的开发环境,随后克隆项目: gitclonehttps://github.com/ycyy/faster-whisper-webui.git 进入项目的目录: ...