PhoWhisper-next / README.md
huuquyet's picture
Update README.md
5ac58c0 verified
|
raw
history blame
2.23 kB
metadata
title: PhoWhisper Web
emoji: 🎤
colorFrom: indigo
colorTo: indigo
sdk: static
pinned: true
models:
  - huuquyet/PhoWhisper-tiny
  - huuquyet/PhoWhisper-base
  - huuquyet/PhoWhisper-small
  - huuquyet/PhoWhisper-medium
  - huuquyet/PhoWhisper-large
  - Xenova/whisper-tiny.en
  - Xenova/whisper-tiny
  - Xenova/whisper-small.en
  - Xenova/whisper-small
license: wtfpl
short_description: PhoWhisperML-powered speech recognition for Vietnamese

PhoWhisper Web

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

Using 🤗 PhoWhisper models:

Please check out the demo Open in Spaces or Vercel app.

https://github.com/xenova/whisper-web/assets/26504141/fb170d84-9678-41b5-9248-a112ecc74c27

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.