sul-dlss / speech-to-text

Tools for generating transcript and caption files from media files (e.g. a Docker container for running Whisper on video files in AWS ECS? 🤷🏽)
0 stars 0 forks source link

Questions surrounding speech_to_text_generation_service (e.g., do we need a speech_to_text_request_service REST API?) #5

Closed jmartin-sul closed 2 months ago

jmartin-sul commented 2 months ago

to unblock this ticket, some progress probably needs to be made on #2 (so on one or both of its subquests, #3 and #4). otherwise, these questions might not have enough grounding in specific implementation goals.

jmartin-sul commented 2 months ago

we're using SQS both to notify our STT worker container that there is content to process, and to notify SDR that content has been processed. no custom REST API needed. see e.g. https://github.com/sul-dlss/common-accessioning/issues/1356 and https://github.com/sul-dlss/common-accessioning/issues/1358

localstack investigation ticketed as https://github.com/sul-dlss/common-accessioning/issues/1364

closing.