【免费语音转文字+本地部署web api+unity】快速部署本地Whisper服务,通过unity调用api实现语音识别,实现与AI二次元姐姐实时交流互动

本次视频主要介绍一个Whisper的webservice开源项目,通过docker一键拉取镜像,实现快速部署web api应用,能够很方便的集成到我们的AI二次元小姐姐项目中使用。
视频中所涉及的相关仓库,可从以下传送门获取:
1、AI二次元老婆开源项目地址(unity-AI-Chat-Toolkit):
Github地址:https://github.com/zhangliwei7758/unity-AI-Chat-Toolkit
Gitee地址:https://gitee.com/DammonSpace/unity-ai-chat-toolkit
2、Whisper-webservice项目地址:https://github.com/ahmetoner/whisper-asr-webservice
3、Docker官网地址:https://www.docker.com/
视频中提到的相关指令:
1、cmd查看docker的版本:docker version
2、docker拉取项目镜像:docker pull onerahmet/openai-whisper-asr-webservice:latest-gpu
3、docker启动项目:docker run -d –gpus all -p 9000:9000 -e ASR_MODEL=base -e ASR_ENGINE=openai_whisper onerahmet/openai-whisper-asr-webservice:latest-gpu

注:拉取镜像指令,根据自己的实际需求,可以在Whisper-webservice项目介绍页选择适合自己的指令。

微海报