<span class="vcard">/u/SecondCobra</span>
/u/SecondCobra

ONNX for Speech To Text

I've been trying to implement a speech to text app using .Net and C#, but it seems that there is no way to simply download a model (e.g. Whisper or Wav2Vec2) and directly call it the way you can in Python. Instead I'm told I need to write all t…