[refactor] extract model downloading functionality into a separate models module

This commit is contained in:
2025-08-08 08:45:19 +02:00
parent 5b170ceabb
commit a6009693ef
3 changed files with 481 additions and 490 deletions

View File

@@ -1,8 +1,5 @@
- refactor into multiple files
- fix cli output for model display
- update the project to no more use features
- update last_model to be only used during one run
- rename project to "PolyScribe"
@@ -13,6 +10,8 @@
- for merging (command line flag) -> if not present, treat each file as separate output (--merge | -m)
- for merge + separate output -> if present, treat each file as separate output and also output a merged version (--merge-and-separate)
- set speaker-names per input-file -> prompt user for each file if flag is set (--set-speaker-names)
- fix cli output for model display
- refactor into proper cli app
- add support for video files -> use ffmpeg to extract audio