ML-powered speech recognition for Vietnamese directly in your browser! Built with 🤗 Transformers.js + Next.js.
Using 🤗 PhoWhisper models:
- PhoWhisper-tiny converted to ONNX model
- PhoWhisper-base converted to ONNX model
- PhoWhisper-small converted to ONNX model
- PhoWhisper-medium converted to ONNX model
- PhoWhisper-large converted to ONNX model
Check out the demo sites:
whisper-web-demo.mp4
- Clone the repo and install dependencies with bun:
git clone https://github.com/huuquyet/PhoWhisper-next.git
cd PhoWhisper-next
bun install
- Run the development server:
bun dev
Firefox users need to change the
dom.workers.modules.enabled
setting inabout:config
totrue
to enable Web Workers. Check out this issue for more details.
- Open the link (e.g., http://localhost:3000/) in your browser.