whisper-api
介绍
使用openai的开源项目winsper语音识别开源模型封装成openai chatgpt兼容接口
软件架构
使用uvicorn、fastapi、openai-whisper等开源库实现高性能接口
使用说明
- 下载代码
- 安装 ffmpeg https://ffmpeg.org/download.html
- 安装依赖 项目根目录下执行命令
pip install -r requirements.txt
- 运行代码 项目根目录下执行命令
python main.py
这里的 http://0.0.0.0:3003
就是连接地址。