[refactor] modularize code by moving logic to polyscribe crate; cleanup imports and remove redundant functions

This commit is contained in:
2025-08-08 16:52:18 +02:00
parent bc8bbdc381
commit c27af0b89a
9 changed files with 1354 additions and 582 deletions

View File

@@ -11,11 +11,12 @@
- [x] fix cli output for model display
- [x] refactor into proper cli app
- [x] add support for video files -> use ffmpeg to extract audio
- detect gpus and use them
- refactor project
- [x] detect gpus and use them
- [x] refactor project
- add error handling
- add verbose flag (--verbose | -v) + add logging
- add documentation
- refactor project
- package into executable
- add CI
- add package build for arch linux