Commit Graph

24 Commits

Author SHA1 Message Date
24008aa1ed fix long segments, break into sentences using nltk, improve align logic, improve diarize (sentence-based) 2023-05-07 15:32:58 +01:00
4e2ac4e4e9 torch2.0, remove compile for now, round to times to 3 decimal 2023-05-04 20:38:13 +01:00
cb53661070 Enable Hebrew support 2023-05-03 11:26:12 -05:00
64ca208cc8 Fixed the word_start variable not initialized bug. 2023-05-02 13:13:02 +05:30
601c91140f references #202, attempt to fix speaker diarization failing in v3 2023-04-30 17:33:24 +00:00
558d980535 v3 init 2023-04-24 21:08:43 +01:00
da458863d7 allow custom model_dir for torchaudio models 2023-04-14 21:40:36 +01:00
189aeac83e v2 lets goo 2023-04-01 00:10:45 +01:00
18b63d46e2 skeleton v2 2023-03-30 05:31:57 +01:00
cfcede41f6 Added Python 3.7 compatibility
- removed use of walrus operator in favor of `np.cumsum`
2023-03-02 15:46:07 +01:00
2e307814dd added if clause for checking 2023-02-10 14:48:51 +05:30
9f26112d5c added turkish wav2vec2 model 2023-02-01 21:38:50 +02:00
fd2a093754 Merge pull request #55 from jonatasgrosman/main
FIX: Error when loading Hugging Face's models with embedded LM
2023-02-01 10:27:45 +00:00
d294e29ad9 fix: error when loading huggingface model with embedded language model 2023-01-31 23:24:26 -03:00
0eae9e1f50 added several wav2vec2 models by jonatasgrosman
since his models were used in other languages before and I tested the arabic model myself, I assumed it's safe to include all the available models
2023-02-01 03:02:10 +02:00
1b08661e42 change arabic model to jonatasgrosman 2023-01-31 19:32:31 +02:00
a49799294b add arabic wav2vec2 model form elgeish 2023-01-31 19:07:48 +02:00
76f79f600a fix short seg timestamps bug 2023-01-28 19:04:19 +00:00
c19cf407d8 handle non-alignable whole segments 2023-01-28 13:53:03 +00:00
5b8c8a7bd3 pandas fix 2023-01-27 15:05:08 +00:00
16d24b1c96 only pad timestamps if not using VAD 2023-01-26 10:46:13 +00:00
286a2f2c14 clean up logic, use pandas where possibl 2023-01-25 18:42:52 +00:00
5a668a7d80 fallback on whisper alignment failures, update readme 2023-01-05 11:15:19 +00:00
9f6fa61160 init commit 2022-12-14 18:59:12 +00:00