street-lab-tech / street-whisper-app

STREET Lab Whisper App - a tool that transcribes and translates audio files into CSV files.
MIT License
2 stars 0 forks source link

Enhancement: Add support for English Only whisper models #16

Closed carmen-chau closed 5 months ago

carmen-chau commented 6 months ago

To take full advantage of the CLI's prompt of "Is your audio file in English?", the CLI needs to be able to load the english versions of the whisper models whenever available, if the audio file is all in English.

To find the eng models, refer to this link. . See section "Available models and languages".

carmen-chau commented 5 months ago

Completed implementation, see #11 . Awaiting feedback. Will reopen issue if needed