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

[STT] Add support for OpenAI's whisper #380

Open
TristanWasTaken opened this issue May 11, 2023 · 1 comment
Open

[STT] Add support for OpenAI's whisper #380

TristanWasTaken opened this issue May 11, 2023 · 1 comment

Comments

@TristanWasTaken
Copy link

TristanWasTaken commented May 11, 2023

Add support for OpenAI's Whisper.

Detailed Description

OpenAI published their own STT engine, whisper, some time ago, with quite recently publishing a larger 10GB model file with 1550 M parameters. Whisper currently supports 57 languages.

Context

I'm using Whisper for personal projects.

Possible Implementation

A new STT plugin.

@aaronchantrill
Copy link
Contributor

How are you using Whisper in your own projects? We usually need to be able to customize the dictionary somewhat, usually because of people, place, album, song, etc. names that do not appear in the default dictionary. Do you have any experience with that?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants