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
fix: requirements.txt to reduce vulnerabilities (#9)
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
ci: Refactor GitHub actions workflow configuration
- Refactor workflow file to remove redundant parameters
- Clean up unnecessary code to improve readability and maintainability
- Ensure consistency in workflow configuration across the project
Enhance transcription instructions and CLI parsing
- Add instructions for transcribing only audio files that have not been transcribed in README.md
- Update Docker instructions for the application in README.md
- Add `"only"` as a choice in the argument parser in cli.py
- Add conditional to process audio files if the command is "only" in cli.py