[refactor] extract model downloading functionality into a separate models
module
This commit is contained in:
7
TODO.md
7
TODO.md
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user