GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Install the latest development version directly from GitHub (may be unstable):pip install git+https://github.com/m-bain/whisperx.gitIf already installed, update to the most recent commit:pip install git+https://github.com/m-bain/whisperx.git --upgrade...
推荐一下WhisperX 🔗github.com/m-bain/whisperX🔗 这个程序的特点是可以按照单词对齐时间戳,所以基本上生成的字幕都是完整的句子。 生成结果除了srt还有json文件,里面有每一行里面单词的时间戳,可以根据需要...
安装依赖:conda install pytorch==2.0.0 torchaudio==2.0.0 pytorch-cuda=11.8 -c pytorch -c nvidia 处理whisperx依赖:pip install git+https://github.com/m-bain/whisperx.git 再更新一下:pip install git+https://github.com/m-bain/whisperx.git --upgrade 如果都完成就可以使用了 之前没设置hugging镜...
https://github.com/AlexxIT/FasterWhisper https://github.com/m-bain/whisperX 根据代码要进行安装依赖,也是我从三个开源项目的readme中可以找到安装依赖的命令 // 安装openai-whisperpip install -U openai-whisper --user //或者 pip install --upgrade --no-deps --force-reinstall git+https://github....
- **.github/workflows**:自动化测试和部署的工作流程配置。 ### 2. 安装与启动- 利用 BentoML 框架的命令行界面启动 WhisperX 服务:`bentoml serve service:WhisperX`- 此命令假设 WhisperX 模型已被封装为 BentoService,为音频转文字的请求加载预训练模型。 ### 3. 配置文件与运行时参数- **无明确配置...
deps --force-reinstall git+https://github.com/openai/whisper.git// 安装faster-whisperpip install faster-whisper//或者pip install git+https://github.com/openai/whisper.git//安装whisperxpip install git+https://github.com/m-bain/whisperx.git//如果运行后,看到ffmpeg not found要记得安装一下ffmpeg...
git clone https://github.com/superyhee/whisper-on-aws-jumpstart 注册huggingface 账号,获取 huggingface token 接受相关模型的用户协议,包括分割、语音活动检测(VAD)和说话人分离模型 Segmentation Voice Activity Detection (VAD) Speaker Diarization. 通过AWS 控制台创建活动 EC2 密钥对,用于远程连接实例...
git clone https://github.com/superyhee/whisper-on-aws-jumpstart 注册huggingface 账号,获取 huggingface token 接受相关模型的用户协议,包括分割、语音活动检测(VAD)和说话人分离模型 Segmentation Voice Activity Detection (VAD) Speaker Diarization. 通过AWS 控制台创建活动 EC2 密钥对,用于远程连...
pip install git+https://github.com/m-bain/whisperx.git //如果运行后,看到ffmpeg not found 要记得安装一下ffmpeg 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 当然上面的pip也可以换成conda 准备了三个方法