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

Add type checking #40

Closed edsu closed 3 weeks ago

edsu commented 3 weeks ago

Adding mypy and boto3-stubs to the requirements so we can type check. Also added type annotations to speech_to_text.py and running the type checking in Github Actions.

Closes #36