运行pip install whisper来安装whisper,如果你渴望更新的功能,应前往GitHub的Whisper项目页面遵照Readme进行安装。 whisper第一次运行时会下载模型到模型文件夹,如果您觉得下载速度太慢,有以下方法:打开GitHub的whisper项目whisper/__init__.py,文件里有各模型的直链,您可以使用IDM等下载工具进行下载,放入您指定的模型文...
Whisper WebUI with a VAD for more accurate non-English transcripts (Japanese) · openai/whisper · Discussion #397 · GitHub 本文参照的是原作者的说明文档,大家可以直接参考: docs/windows/install_win10_win11.pdf · aadnk/whisper-webui at main (huggingface.co)huggingface.co/spaces/aadnk/whisper...
pip install -U openai-whisper -i https://pypi.tuna.tsinghua.edu.cn/simple 6、whisper的使用 安装好后,我们使用下面的命令可以查看whisper如何使用。 whisper -h 我们现在就可以使用whisper来语音识别了。 whisper test.mp3 --model small --language Chinese 这里我们使用small模型,语言是中文,这样我们就可以把...
pip install openai-whisper 此外你还需要安装ffmpeg。 安装ffmpeg Windows: 1. 进入http://ffmpeg.org/download.html#build-windows,点击 windows 对应的图标,进入下载界面点击 download 下载按钮, 2. 解压下载好的zip文件到指定目录 3. 将解压后的文件目录中 bin 目录(包含 ffmpeg.exe )添加进 path 环境变量中4...
下面操作基于windows系统。一、下载镜像 docker搜索openai-whisper-asr-webservice,选择第一个pull。二、...
chocolatey:windows包管理工具 anaconda安装无脑下一步就好 chocolatey安装看官网文档 安装过程 生成python环境 打开Anaconda Powershell Prompt conda create -n whisper python=3.9 conda activate whisper pip install git+https://github.com/openai/whisper.git whisper video.mp4 --model medium --language Chinese ...
Whisper 模型在调用时会自动下载,但有时候在命令行下载速度比较慢,我们可以在浏览器中提前下载后放置到对应目录,解决这个问题。 Whisper 的所有模型地址参见这里,我们用的是base.pt,地址是openaipublic.azureedge.net,放置的目录是$HOME/.cache/whisper(Windows上是C:\Users\username\.cache\whisper),通过浏览器或 wg...
微软是 OpenAI 的 ChatGPT 产品的大力支持者,并且已经将其嵌入到Bing 和 Edge以及Skype中。Windows 11 的最新更新也将 ChatGPT 带到了操作系统任务栏的搜索框中。这仅仅是个开始——OpenAI 刚刚宣布 ChatGPT 和 Whisper 可以通过其 API 提供给开发人员。经过一些广泛的优化后,使用 ChatGPT 的成本比 12 月份...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/openai/whisper main 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支7 标签10 ryanheiseSkip silence around hallucinations (#1838)ba3f3cd12个月前 ...
Port of OpenAI's Whisper model in C/C++. Contribute to hurnhu/whisper.cpp development by creating an account on GitHub.