Skip to content

ElGarash/Al-Ajawd-WebGPU

 
 

Repository files navigation

Whisper Web

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

Check out the demo site here.

whisper-webgpu.mp4

Running locally

  1. Clone the repo and install dependencies:

    git clone https://github.com/xenova/whisper-web.git
    cd whisper-web
    npm install
  2. Run the development server:

    npm run 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:5173/) in your browser.

Pushing to Hugging Face Spaces

  1. build the project

    npm run hf-build
  2. push the project to Hugging Face Spaces

    cd dist
    git commit # if you have made any changes
    git push # (you need to configure the ssh keys before pushing to the repo)

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.4%
  • JavaScript 5.9%
  • Other 0.7%