Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: speech-to-text with whisper & transformers.js #1669

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nsarrazin
Copy link
Collaborator

fully in browser STT with whisper, using web workers & webgpu

  • working stt
  • download indicator
  • hide
  • use webworker to avoid blocking main thread
  • enable/disable feature in settings, set whisper language there
  • wasm fallback if webgpu is not available
  • set model of choice using env variable

@nsarrazin nsarrazin added enhancement New feature or request front This issue is related to the front-end of the app. labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request front This issue is related to the front-end of the app.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant