Commit History

Merge pull request #16 from langtech-bsc/feature/box-translation
78ec87c
unverified

Martí commited on

whisperlivekit/whisper_streaming_custom/backends.py: separator should be an empty space
685f83e

Marti Umbert commited on

whisperlivekit/audio_processor.py: bugfix when lines array is empty
b58a787

Marti Umbert commited on

Dockerfile: use latest BSC model BSC-LT/faster-whisper-large-v3-ca-punctuated-3370h
b329b92

Marti Umbert commited on

Merge pull request #15 from langtech-bsc/feature/box-translation
b4c3899
unverified

Martí commited on

resolve merge in Dockerfile
259017d

Marti Umbert commited on

Dockerfile: remove commented line
1a60d8b

Marti Umbert commited on

Dockerfile: ASR with large-v2
f729c23

Marti Umbert commited on

Merge pull request #14 from langtech-bsc/feature/box-translation
9108f10
unverified

Martí commited on

Dockerfile: switch to CA-EN in MT task
98db162

Marti Umbert commited on

scripts/launch_server.sh: large-v2 for ASR, CA-EN for MR
c5462f6

Marti Umbert commited on

scripts/launch_server.sh: MT test with CA-EN model
76ef49a

Marti Umbert commited on

Merge pull request #13 from langtech-bsc/feature/box-translation
266c236
unverified

Martí commited on

Merge pull request #12 from langtech-bsc/feature/box-translation
fe2982f
unverified

Martí commited on

whisperlivekit/audio_processor.py: apply translation to the whole recognized chunk insted of on a token basis
9d68c36

Marti Umbert commited on

Merge pull request #11 from langtech-bsc/feature/box-translation
b6f4743
unverified

Martí commited on

Dockerfile: test to record demo
6d9fbe9

Martí Umbert commited on

Merge pull request #10 from langtech-bsc/feature/box-translation
63bbb81
unverified

Martí commited on

Dockerfile: solve merge
d2f2b3c

Martí Umbert commited on

Dockerfile: using model with punctuation
59023d4

Marti Umbert commited on

Dockerfile: test with ca 2 es with large-v3
2727f7b

Martí Umbert commited on

Dockerfile: test with es 2 ca
e99c1cb

Martí Umbert commited on

Revert "whisperlivekit/audio_processor.py: check with only ASR, not MT"
86d18a1

Martí Umbert commited on

whisperlivekit/audio_processor.py: check with only ASR, not MT
2093b3c

Martí Umbert commited on

Dockerfile: set buffer_trimming_sec to 2 seconds when launching the server
ab376a2

Marti Umbert commited on

Merge pull request #9 from langtech-bsc/feature/box-translation
743d812
unverified

Martí commited on

whisperlivekit/audio_processor.py: use space as separator
0ccd2df

Marti Umbert commited on

Merge pull request #8 from langtech-bsc/feature/box-translation
2b86a99
unverified

Martí commited on

whisperlivekit/audio_processor.py: translate only the new text coming from transcription
09e3ef2

Marti Umbert commited on

Merge pull request #7 from langtech-bsc/feature/box-translation
5100a67
unverified

Martí commited on

whisperlivekit/core.py: test ctranslate2.Translator with device = cuda
ec5df59

Marti Umbert commited on

Merge pull request #6 from langtech-bsc/feature/box-translation
ced6503
unverified

Martí commited on

whisperlivekit/core.py: ensure ctranslate2.Translator is loaded in the cpu
8926ec9

Marti Umbert commited on

whisperlivekit/audio_processor.py: activate translation
e96f5ff

Marti Umbert commited on

Merge pull request #5 from langtech-bsc/feature/box-translation
895bf12
unverified

Martí commited on

Merge pull request #4 from langtech-bsc/feature/box-translation
4ca3db4
unverified

Martí commited on

whisperlivekit/whisper_streaming_custom/backends.py: use BatchedInferencePipeline in FasterWhisperASR class, and batch_size=16 in transcribe() function, also created WhisperXASR class
8b05aa3

Marti Umbert commited on

Dockerfile: do ASR with model projecte-aina/faster-whisper-large-v3-ca-3catparla
b3bfb38

Marti Umbert commited on

Merge pull request #3 from langtech-bsc/feature/box-translation
b391178
unverified

Martí commited on

Revert "Dockerfile whisperlivekit/audio_processor.py: change fils to do ASR and MT with aina model"
55c6c8c

Martí Umbert commited on

Dockerfile whisperlivekit/audio_processor.py: change fils to do ASR and MT with aina model
0a70ca3

Martí Umbert commited on

Dockerfile: add usage of flag --model_cascaded_translation
02091f9

Marti Umbert commited on

Merge pull request #2 from langtech-bsc/feature/box-translation
c97f73c
unverified

mumbert commited on

Merge pull request #1 from langtech-bsc/feature/box-translation
b123740
unverified

mumbert commited on

whisperlivekit/audio_processor.py: translation controlled by and if/else, added await to call translate_text as async
3f5a0f9

Marti Umbert commited on

scripts/: some useful bash scripts to launch the server and do port forwarding
39e8fd5

Marti Umbert commited on

connected translation with frontend
20e4167

acumplid commited on

whisperlivekit/core.py: print args, load model_cascaded_translation from input parameter
1db6194

Marti Umbert commited on

whisperlivekit/audio_processor.py: bug fix to translate from transcribed text and show in log messages
72d3f66

Marti Umbert commited on

whisperlivekit/core.py: load models for translation in class WhisperLiveKit
936478d

Marti Umbert commited on