Commit Graph

706 Commits

Author SHA1 Message Date
Jaikinator b0858e4647 parse args to app_starter.py 2024-01-26 15:33:16 +01:00
Jaikinator 8ba3ee146b Redifine ParseKwargs to not import scraibe to early on 2024-01-26 15:28:50 +01:00
Jaikinator c33c0f1f53 add app file and add gitignore 2024-01-26 15:09:11 +01:00
Jaikinator 25217533cb removed qtfaststart beacaue it is not used 2024-01-26 13:37:28 +01:00
Jaikinator 74eba1c641 added slightly more robust erroir haneling using local models 2024-01-26 13:31:32 +01:00
Jaikinator 250c95535e fixed unused import 2024-01-26 13:31:02 +01:00
Jaikinator ea68b5de5f add .yml to package data 2024-01-26 10:31:50 +01:00
Jaikinator ef7bd6e15c made cli work with new interface 2024-01-25 16:08:53 +01:00
Jaikinator c65dc51541 typos fixed 2024-01-25 09:47:54 +01:00
Jaikinator 5c16b62527 fixed typo 2024-01-24 16:20:13 +01:00
Jaikinator ea7117545d fixed wrong dict entry 2024-01-24 16:18:42 +01:00
Jaikinator 6217e3a9b3 adapt everything to work with new config file 2024-01-24 15:58:37 +01:00
Tryndaron 033ce8c92c Diarisation
basics tests for the Diarisation object
2024-01-23 13:21:42 +01:00
Tryndaron 570048a2e0 Docstrings
I applied the Changes which were mentioned in the tests_audio.py file
2024-01-23 13:08:59 +01:00
Tryndaron abec1e1726 Docstrings 2024-01-09 13:49:14 +01:00
Tryndaron fd7e899e4c test2 2024-01-05 15:26:08 +01:00
Tryndaron 6f6c31a412 test 2024-01-05 15:15:05 +01:00
Tryndaron ee8c98004a test 2024-01-05 14:24:20 +01:00
Tryndaron f501d76e99 test 2024-01-05 13:04:42 +01:00
Tryndaron ffe4dc8c58 test 2024-01-05 12:32:03 +01:00
Tryndaron f90d16859e test 2024-01-05 11:56:49 +01:00
Jacob Schmieder cdfaf9dada Merge pull request #26 from JSchmie/dependabot/pip/setuptools-rust-approx-eq-1.8.1
Update setuptools-rust requirement from ~=1.5.2 to ~=1.8.1
2024-01-02 10:42:21 +01:00
dependabot[bot] 274379b20c Update setuptools-rust requirement from ~=1.5.2 to ~=1.8.1
Updates the requirements on [setuptools-rust](https://github.com/PyO3/setuptools-rust) to permit the latest version.
- [Release notes](https://github.com/PyO3/setuptools-rust/releases)
- [Changelog](https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyO3/setuptools-rust/compare/v1.5.2...v1.8.1)

---
updated-dependencies:
- dependency-name: setuptools-rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 09:41:34 +00:00
Jacob Schmieder c48a2e98cd Merge pull request #27 from JSchmie/dependabot/pip/setuptools-approx-eq-69.0.3
Update setuptools requirement from ~=65.6.3 to ~=69.0.3
2024-01-02 10:40:51 +01:00
dependabot[bot] 4b225f5f8b Update setuptools requirement from ~=65.6.3 to ~=69.0.3
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.6.3...v69.0.3)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 09:20:23 +00:00
Jacob Schmieder 808792b56b Merge pull request #22 from JSchmie/JSchmie-patch-1
Create dependabot.yml
2024-01-02 10:19:32 +01:00
Jacob Schmieder ea509ada3f Create dependabot.yml 2024-01-02 10:19:17 +01:00
Tryndaron 2e0989b7e4 Add files via upload
test file for diarisation functionality
2024-01-02 08:22:53 +01:00
Steffen Albrecht 8db0336070 moved known hallucinations from dict to list in external py file 2023-12-14 14:54:03 +01:00
Jaikinator 7c200d4506 config.yml updating and reloaading default works 2023-12-13 17:40:32 +01:00
Steffen Albrecht 667ccd29af extend list of known hallucinations 2023-12-11 12:04:08 +01:00
Steffen Albrecht 920a85a94a adding credit for list of known hallucinations 2023-12-08 15:15:12 +01:00
Steffen Albrecht 98c1c7dfa5 adding function to remove whisper hallucinations 2023-12-08 14:57:32 +01:00
Jaikinator 9a8cdb2a64 added utils to handle config file (does not work yet) 2023-12-08 14:31:48 +01:00
Jaikinator f494895376 removes depencency 2023-12-08 14:31:17 +01:00
Jaikinator 4ca9aa195a added utils file 2023-12-08 14:30:56 +01:00
Jaikinator 42f86ba2ca changed pyannote path 2023-12-08 14:30:43 +01:00
Jaikinator 4379d1e185 removes signal 2023-12-08 14:30:26 +01:00
Jacob Schmieder 08026b1da6 Merge pull request #20 from JSchmie/mirror_to_gitlab_action
Mirror to gitlab action
2023-12-07 16:25:11 +01:00
Jaikinator 9eb9f5af8d Make everything work in processes and adding config to customize instance 2023-12-07 16:22:52 +01:00
Jacob Schmieder 2499dd1d17 Update mirror_to_gitlab.yml 2023-12-07 13:51:51 +01:00
Jacob Schmieder 65ca71fc91 Update mirror_to_gitlab.yml 2023-12-07 13:50:09 +01:00
Jacob Schmieder 32f0f070f9 Update mirror_to_gitlab.yml 2023-12-07 13:45:01 +01:00
Jacob Schmieder 072168334d Update mirror_to_gitlab.yml 2023-12-07 13:42:14 +01:00
Jacob Schmieder 942055eafc Update mirror_to_gitlab.yml 2023-12-07 13:31:40 +01:00
Jacob Schmieder 034ef1a711 Update mirror_to_gitlab.yml 2023-12-07 13:29:39 +01:00
Jacob Schmieder 7c8185e94b Create mirror_to_gitlab.yml 2023-12-07 13:04:51 +01:00
Jaikinator 32b27442e6 testing if multiprosessing works better 2023-11-25 16:38:13 +01:00
Jaikinator db435c1fdd removed file 2023-11-25 15:18:09 +01:00
Jaikinator 93e5ce15f9 make gradio working with treads 2023-11-25 15:17:12 +01:00