Carsonthemonkey / GIST

App to summarize audio files for the LC ACM spring 2023 hackathon
MIT License
3 stars 0 forks source link

Get direct transcriptions in other languages working #49

Closed Carsonthemonkey closed 1 year ago

Carsonthemonkey commented 1 year ago

So turns out the translate checkbox does nothing, and whisper will translate the audio regardless of if it is checked or not. I am not sure if this is even possible with our whisper, implementation, but there is a large variety of different forks of whisper that we may be able to use.

Carsonthemonkey commented 1 year ago

I just needed to remove the "en" argument being sent to the API. Still not really sure why there are two different API endpoints if the transcription one can translate anyways, but we are still using the dedicated translation endpoint when the box is ticked.