user@lemmy.one to Open Source@lemmy.ml · edit-21 year ago(solved)openai whisper - any websites where we can upload our audio file then download/emailed the transcription?github.comexternal-linkmessage-square10fedilinkarrow-up120arrow-down13file-text
arrow-up117arrow-down1external-link(solved)openai whisper - any websites where we can upload our audio file then download/emailed the transcription?github.comuser@lemmy.one to Open Source@lemmy.ml · edit-21 year agomessage-square10fedilinkfile-text
minus-squarepaol@lemmy.mllinkfedilinkarrow-up1·1 year agoGoogle Colab can run Whisper, but it can most likely also run on an old, cheap laptop that you have.
minus-squarezoe@lemm.eelinkfedilinkarrow-up1·1 year agosecond this. use collab. but add ‘!’ to their commands since collab runs shell. also use T4 as ur runtime to support floating point. gl. running whisper locally is way slow, especially without a dedicated gpu.
Google Colab can run Whisper, but it can most likely also run on an old, cheap laptop that you have.
second this. use collab. but add ‘!’ to their commands since collab runs shell. also use T4 as ur runtime to support floating point. gl. running whisper locally is way slow, especially without a dedicated gpu.