Whisper-SG WhisperX on Replicate

Repository to create the COG image for the Swiss-German SOTA Whisper model.

Model Information

Whisper4SG-SRG-V2-Full-MC-DE-SG-Corpus-V2 on Hugging Face

How to Use

Install COG and Setup Replicate

Use Locally:

  • Run download_model.sh
  • Predict with cog predict -i audio_file=@<PATH TO FILE>

Deploy to Replicate:

  • Run download_model.sh
  • Run cog push <YOUR REPOSITORY ON REPLICATE> (best to read the guide on Replicate)