Whisper Web
直接在浏览器中使用机器学习驱动的语音识别!基于 🤗 Transformers.js 构建。
在这里查看演示网站。
https://github.com/xenova/whisper-web/assets/26504141/fb170d84-9678-41b5-9248-a112ecc74c27
本地运行
-
克隆仓库并安装依赖:
git clone https://github.com/xenova/whisper-web.git cd whisper-web npm install
-
运行开发服务器:
npm run dev
Firefox 用户需要在
about:config
中将dom.workers.modules.enabled
设置更改为true
以启用 Web Workers。 查看此问题了解更多详情。 -
在浏览器中打开链接(例如 http://localhost:5173/)。