You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An important feature of Whisper is its ability to use specific nouns from the context to improve speech recognition accuracy.
So I was thinking that when I write some proper nouns in my notes and start voice input, the text around my cursor can be sent to the API as prompts. This way, Whisper will know the context I am in and the keywords I am using during transcription, which can greatly improve the recognition rate. ❤️
To be specific , I believe there are several possible solutions that can be implemented:
Send the entire document opened by the user as a prompt to the API.
Send the text above the cursor as a prompt to the API.
Send only the text highlighted by the user as a prompt to the API.
For the last solution, I'm not sure if this can be achieved through a plugin and whether the same effect can be accomplished on a mobile application.
The text was updated successfully, but these errors were encountered:
An important feature of Whisper is its ability to use specific nouns from the context to improve speech recognition accuracy.
So I was thinking that when I write some proper nouns in my notes and start voice input, the text around my cursor can be sent to the API as prompts. This way, Whisper will know the context I am in and the keywords I am using during transcription, which can greatly improve the recognition rate. ❤️
To be specific , I believe there are several possible solutions that can be implemented:
For the last solution, I'm not sure if this can be achieved through a plugin and whether the same effect can be accomplished on a mobile application.
The text was updated successfully, but these errors were encountered: