git config --global https.proxy 127.0.0.1:7890 4、下载源码faster-whisper-webui 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-fasterWhisp...
git config --global https.proxy 127.0.0.1:7890 4、下载源码faster-whisper-webui 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-fasterWhisp...
这里--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...
requirements-whisper.txt requirements.txt setup.py webui-start.bat 标准选项 要将音频文件转录或翻译,可以复制来自网站的URL(YT-DLP支持的所有网站都可以,包括YouTube)。 否则,上传音频文件(在文件选择器中选择“所有文件(。)”以选择任何文件类型,包括视频文件)或使用麦克风。
sudo docker build -t whisper-webui:1 . You can then start the WebUI with GPU support like so: sudo docker run -d --gpus=all -p 7860:7860 whisper-webui:1 Leave out "--gpus=all" if you don't have access to a GPU with enough memory, and are fine with running it on the CPU...
conda activate fwhisper 3、安装git命令行工具 下载地址: Git - Downloads 并配置代理 //http || https git config --global http.proxy 127.0.0.1:7890 git config --global https.proxy 127.0.0.1:7890 4、下载源码faster-whisper-webui git clone https://github.com/ycyy/faster-whisper-webui.git ...
而Faster-Whisper,作为Whisper模型的进化版本,以其高效、准确的特性,为视频双语字幕转录带来了革命性的变化。 Faster-Whisper简介 Faster-Whisper是OpenAI的Whisper模型经过第三方优化后的版本。通过减少模型层数、参数量以及优化推理算法,Faster-Whisper在保持高准确度的同时,显著提高了处理速度。这一优化不仅减少了计算量和...
构建Faster-Whisper转录环境 首先确保本地已经安装好Python3.10版本以上的开发环境,随后克隆项目: gitclonehttps://github.com/ycyy/faster-whisper-webui.git 进入项目的目录: cdfaster-whisper-webui 安装项目依赖: pip3install-r requirements.txt 这里需要注意的是,除了基础依赖,还得再装一下faster-whisper依赖: ...
本次我们利用Faster-Whisper对日语视频进行双语(日语/国语)转录实践,看看效率如何。 构建Faster-Whisper转录环境 首先确保本地已经安装好Python3.10版本以上的开发环境,随后克隆项目: git clone https://github.com/ycyy/faster-whisper-webui.git 进入项目的目录: ...
学会Window上都可运行的高精度语音识别模型Faster-whisper,完全免费开源 05:38 两分钟快速入门 ollama windows安装,小白也能在本地运行开源大模型 02:06 ChatGPT高仿版WebUI:Ollama + Open WebUI本地环境搭建 06:19 揭秘Ollama: 20个问题带你从零到精通 14:48 五分钟!快速体验Qwen-Audio语音识别,阿里最新...