Skip to content

huuquyet/PhoWhisper-next

Repository files navigation

Contributor Covenant

PhoWhisper Web

ML-powered speech recognition for Vietnamese directly in your browser! Built with 🤗 Transformers.js + Next.js.

Using 🤗 PhoWhisper models:

Check out the demo sites: Open in Spaces or Vercel app.

whisper-web-demo.mp4

Running locally

  1. Clone the repo and install dependencies:

    git clone https://github.com/huuquyet/PhoWhisper-next.git
    cd PhoWhisper-next
    yarn install
  2. Run the development server:

    yarn dev

    Firefox users need to change the dom.workers.modules.enabled setting in about:config to true to enable Web Workers. Check out this issue for more details.

  3. Open the link (e.g., http://localhost:3000/) in your browser.