Commit Graph

462 Commits

Author SHA1 Message Date
Barabazs ac0c8bd79a feat: add version and Python version arguments to CLI 2025-05-01 11:08:54 +02:00
Barabazs cd59f21d1a fix: downgrade ctranslate2 dependency version 2025-05-01 11:08:54 +02:00
Yan Cheng Cheok 0aed874589 Remove duplicated item
"lv": "latvian"
2025-04-12 11:08:15 +02:00
Barabazs f10dbf6ab1 fix: update setuptools configuration to include package discovery for whisperx 2025-03-25 18:49:44 +01:00
Barabazs a7564c2ad6 docs: update installation instructions 2025-03-25 17:02:41 +01:00
Barabazs e7712f496e refactor: update import statements to use explicit module paths across multiple files 2025-03-25 16:24:21 +01:00
jademlc 8e53866704 feat: pass hotwords argument to get_prompt (#1073)
Co-authored-by: Jade Moillic <jade.moillic@radiofrance.com>
2025-03-24 10:47:47 +01:00
Max Bain 3205436d58 Merge pull request #1002 from Barabazs/feat/uv 2025-03-23 12:59:46 +00:00
Barabazs 8c58c54635 Revert "feat: add Basque alignment model (#1074)" (#1077)
This reverts commit 0d9807adc5.
2025-03-05 15:19:23 +01:00
Xabi 0d9807adc5 feat: add Basque alignment model (#1074) 2025-03-04 14:55:30 +01:00
Amerogin Kamid 4db839018c feat: add Tagalog (tl - Filipino) Phoneme-based ASR Model (#1067) 2025-02-23 09:59:48 +01:00
Barabazs f8d11df727 docs: Update README example commands with generic audio path 2025-02-19 08:24:04 +01:00
Barabazs d2f0e53f71 chore: remove tmp workflow 2025-02-12 08:23:23 +01:00
Barabazs 7489ebf876 feat: update build and release workflow to use uv for package installation and publishing 2025-02-12 08:23:23 +01:00
Barabazs 90256cc481 feat: use uv recommended setup 2025-02-12 08:23:23 +01:00
Barabazs b41ebd4871 chore: add numpy to deps 2025-02-12 08:23:23 +01:00
Barabazs 63bc1903c1 feat: update Python compatibility workflow to use uv 2025-02-12 08:23:23 +01:00
Barabazs 272714e07d feat: use uv for building package 2025-02-12 08:23:23 +01:00
Max Bain 44e8bf5bb6 Merge pull request #1024 from philmcmahon/local-files-only-param
Add models_cache_only param
2025-01-27 14:26:19 +00:00
philmcmahon 7b3c9ce629 Add models_cache_only param 2025-01-27 12:16:37 +00:00
Reinis Ivanovs 36d2622e27 feat: add Latvian align model 2025-01-25 09:45:17 +01:00
Max Bain 8bfa12193b Merge pull request #1006 from tan90xx/main
chore: fix variable naming inconsistency from `segments` to `segments_list`
2025-01-20 14:05:34 +00:00
tan90xx acbeba6057 Update silero.py 2025-01-20 20:01:21 +08:00
tan90xx fca563a782 Update silero.py 2025-01-20 19:52:37 +08:00
Max Bain 2117909bf6 Merge pull request #1005 from tan90xx/main
chore: handle empty segments_list case in silero
2025-01-19 13:51:34 +00:00
tan90xx de0d8fe313 chore: handle empty segments_list case in silero
prevent errors
2025-01-19 21:20:56 +08:00
Max Bain 355f8e06f7 Merge pull request #1003 from Barabazs/chore/remove-aws-url
chore: remove deprecated VAD_SEGMENTATION_URL
2025-01-17 15:28:24 +00:00
Barabazs 86e2b3ee74 chore: remove deprecated VAD_SEGMENTATION_URL 2025-01-17 09:12:05 +01:00
Barabazs 70c639cdb5 doc: refer to DEFAULT_ALIGN_MODELS_HF for other langs 2025-01-17 08:47:44 +01:00
Markus Jochim 235536e28d Update links to language models in README 2025-01-17 08:47:44 +01:00
Max Bain 12604a48ea Merge pull request #986 from bfs18/main
support timestamp for numbers.
2025-01-14 21:03:51 +00:00
liupeng ffbc73664c change the docstrings and comments to English 2025-01-13 22:56:48 +08:00
liupeng 289eadfc76 fix a merge error. 2025-01-13 20:26:27 +08:00
bfs18 22a93f2932 Merge branch 'main' into main 2025-01-13 19:34:21 +08:00
Max Bain 1027367b79 Merge pull request #995 from winking324/main
fix vad_method is none
2025-01-13 10:10:29 +00:00
Max Bain 5e54b872a9 Merge branch 'main' into main 2025-01-13 10:09:20 +00:00
Max Bain 6be02cccfa Update asr.py 2025-01-13 10:08:09 +00:00
Barabazs 2f93e029c7 feat: add SegmentData type for temporary processing during alignment 2025-01-13 10:45:50 +01:00
Barabazs 024bc8481b refactor: consolidate segment data handling in alignment function 2025-01-13 10:45:50 +01:00
Barabazs f286e7f3de refactor: improve type hints and clean up imports 2025-01-13 10:45:50 +01:00
Barabazs 73e644559d refactor: remove namespace for consistency 2025-01-13 10:45:50 +01:00
winking324 1ec527375a fix vad_method is none 2025-01-13 13:53:35 +08:00
Max Bain 6695426a85 fix new vad paths 2025-01-12 12:50:15 +00:00
Max Bain 7a98456321 Merge pull request #888 from 3manifold/silero-vad
Silero VAD support
2025-01-11 17:15:27 +00:00
Max Bain aaddb83aa5 switch from case to ifelse 2025-01-11 17:11:21 +00:00
Max Bain c288f4812a Merge branch 'main' into silero-vad 2025-01-11 17:05:53 +00:00
liupeng 4ebfb078c5 make no beam consistent with backtrack. 2025-01-09 23:13:11 +08:00
liupeng 65b2332e13 make align a bit faster. 2025-01-09 19:33:26 +08:00
liupeng 69281f3a29 support timestamps for numbers. 2025-01-09 15:23:40 +08:00
Barabazs 734084cdf6 bump: update version to 3.3.1 2025-01-08 18:00:34 +01:00