thomasmol / cog-whisper-diarization

Cog implementation of transcribing + diarization pipeline with Whisper & Pyannote
https://replicate.com/thomasmol/whisper-diarization
167 stars 51 forks source link

[+] Add whisper's translate option #13

Closed getpaoapps closed 3 months ago

getpaoapps commented 3 months ago

Whisper currently supports translating from any language into english. We'd be happy to help keep model warm if you can merge this PR. Thank you in advance!

Tested on Czech audio file:

image

Note: Github action was always failing "not enough disk space", so I had to add step to clean up some more space in the default action container, which has ~19 gb by default, which was not enough.

thomasmol commented 3 months ago

Awesome! Merged and it's now live on Replicate. Thx!