Commit graph

12 commits

Author SHA1 Message Date
a79f825f66
Fix speaker rendered throughout paragraph
Each sentence or 'segment' in whisper would be preceded by a [speaker]
notation. This commit fixes that to only include the speaker in front
of a larger group (since a new speaker would start a new diarization
group this will always work).
2023-08-23 15:13:04 +02:00
13b5f22953
Fix Path classes wrongly used in string concats 2023-08-23 15:11:58 +02:00
f7b0d48c6f
Add info logging to failable functions 2023-08-23 15:10:41 +02:00
6cccf00df4
Export TxtTranscription from txt output function 2023-08-23 15:09:53 +02:00
f17639a637
Change argument name for transcription 2023-08-23 15:07:48 +02:00
30fd269cd9
Reinsert whisper model transcribing 2023-08-23 13:23:19 +02:00
64123a29e0
Reinsert diarization dependencies 2023-08-22 14:27:52 +02:00
66ad116802
REGRESSION: Restrict handler to basic file handling 2023-08-22 10:32:17 +02:00
cb4b633c05
Create modelling processes 2023-08-20 14:29:36 +02:00
6cf1da6ea2
Delete model file 2023-08-20 13:29:32 +02:00
7e91b7a1a2
Create simple loaders infrastructure
Loaders for models, necessary ffmpeg binaries and input files.
2023-08-20 13:29:13 +02:00
f76213bace
Rename to verbanote 2023-08-20 12:31:14 +02:00