Skip to content

ML-powered speech recognition directly in your browser

Notifications You must be signed in to change notification settings

asif4318/whisper-web

 
 

Repository files navigation

Whisper Web Fork

Goals

  1. Add YouTube integration => Given a URL, get audio stream and transcribe.

# Whisper Web

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

Check out the demo site here.

whisper-web-demo.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:https://localhost:5173/) in your browser.

About

ML-powered speech recognition directly in your browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 93.3%
  • JavaScript 6.0%
  • Other 0.7%