openai-whisper

项目 内容 说明
官网
参考 URL

安装

安装whisper

挂梯子一次性安装成功

image-20240331023626377

安装pyTorch

image-20240331025033608

导入

1
import torch
1
print(torch.__version__)    

image-20240331025503561

测试

1
whisper 100.mp4 --model medium --language Chinese

image-20240331031033500