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/alternative_transcripts #124

Merged
merged 7 commits into from
Jun 20, 2024
Merged

feat/alternative_transcripts #124

merged 7 commits into from
Jun 20, 2024

Conversation

JarbasAl
Copy link
Member

@JarbasAl JarbasAl commented Jun 12, 2024

INFO - transcribed: [('tell me a joke', 0.97398484), ('tell Emy a joke', 0.97398484), ('tell Emmy a joke', 0.97398484), ('tell Emme a joke', 0.97398484), ('tell emmi a joke', 0.97398484)]

closes OpenVoiceOS/ovos-plugin-manager#46

needs OpenVoiceOS/ovos-plugin-manager#236

can be tested with OpenVoiceOS/ovos-stt-plugin-chromium#7 and https://github.com/OVOSHatchery/ovos-stt-plugin-deepgram

transcripts will be filtered by min confidence

"listener": {"min_stt_confidence": 0.6, "max_transcripts": 3}

this will avoid situations such as

INFO - transcribed: [('hello world', 0.7137006100000001), ('LOL', 0.55779214), ('Lowell', 0.55779214), ('lul', 0.55779214), ('loll', 0.55779214)]

@JarbasAl JarbasAl added the enhancement New feature or request label Jun 12, 2024
@JarbasAl JarbasAl requested review from mikejgray, NeonDaniel and a team June 12, 2024 23:46
JarbasAl added a commit to OpenVoiceOS/ovos-stt-plugin-chromium that referenced this pull request Jun 18, 2024
JarbasAl added a commit to OpenVoiceOS/ovos-stt-plugin-chromium that referenced this pull request Jun 18, 2024
JarbasAl added a commit to OpenVoiceOS/ovos-stt-plugin-chromium that referenced this pull request Jun 18, 2024
JarbasAl added a commit to OpenVoiceOS/ovos-stt-plugin-chromium that referenced this pull request Jun 18, 2024
JarbasAl added a commit to OVOSHatchery/ovos-stt-plugin-deepgram that referenced this pull request Jun 18, 2024
JarbasAl added a commit to OpenVoiceOS/ovos-stt-plugin-chromium that referenced this pull request Jun 18, 2024
@JarbasAl JarbasAl marked this pull request as draft June 20, 2024 19:31
@JarbasAl JarbasAl force-pushed the feat/alternative_transcripts branch from e09f3fd to 1181c4a Compare June 20, 2024 20:55
@JarbasAl JarbasAl marked this pull request as ready for review June 20, 2024 20:57
@JarbasAl JarbasAl merged commit 5a794e8 into dev Jun 20, 2024
9 checks passed
@JarbasAl JarbasAl deleted the feat/alternative_transcripts branch June 20, 2024 21:06
@github-actions github-actions bot mentioned this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alternative transcripts support in Streaming STT
1 participant