Search code examples
pythonspeech-recognitionopenai-whisper

How to add custom terms to OpenAI's Whisper STT/ASR?


I have some domain specific jargon I would like Whisper to be able recognize. Is there a way, like Azure's custom speech, or Google's ASR, to add new terms to the system's language model?


Solution

  • Is there a way, like Azure's custom speech, or Google's ASR, to add new terms to the system's language model?

    Currently, the two possible options are hint phrases and fine-tuning.