Run IBM Watson transcription with Sapat in Daytona#224
Closed
katlark wants to merge 1 commit into
Closed
Conversation
Signed-off-by: katlark <pumped_debuts_9o@icloud.com>
34fea1c to
f8dc5ce
Compare
Author
|
Closing this IBM Watson submission because another contributor registered and opened the same provider slice just before my PR (#223 / nibzard/sapat#27). I do not want to duplicate their work. I am pivoting to a non-overlapping Together AI transcription provider/workflow instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/claim #13
Summary
Companion implementation
nibzard/sapat#28adds--api ibm, posts converted audio to IBM Watson Speech to TextPOST /v1/recognize, reads credentials from environment variables, and includes mocked unit coverage for request construction, response parsing, missing configuration, and CLI routing.Validation
Daytona content PR:
./node_modules/.bin/markdownlint guides/20260520_ibm_watson_sapat_transcription_daytona.md definitions/20260520_definition_synchronous_speech_recognition.md authors/kat_lark.mdpython3 -c "import xml.etree.ElementTree as ET; ET.parse(\"guides/assets/20260520_ibm_watson_sapat_transcription_daytona_img1.svg\"); print(\"svg ok\")"git diff --checkwc -w guides/20260520_ibm_watson_sapat_transcription_daytona.md definitions/20260520_definition_synchronous_speech_recognition.md authors/kat_lark.md(1,858 words total; guide is 1,625 words)Companion Sapat PR:
.venv/bin/python -m unittest discover -s tests -v.venv/bin/python -m py_compile src/sapat/script.py src/sapat/transcription/watson.py tests/test_watson_transcription.py tests/test_script.py.venv/bin/python -m sapat.script --helpgit diff --checkNotes
npm run lint:mdstill fails on pre-existing markdownlint issues in older repository files outside this PR, includingarticles/20241212_Prebuilds_in_Daytona.md,definitions/20240819_definition_embedding.md, andguides/20240819_history_embedding.md.