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

Added options (-howtouse and -credits), updated way to start app, and found fix to random options error (ex: -B) #32

Closed moonsdust closed 4 months ago

moonsdust commented 4 months ago

In this PR, the CLI was updated so that it supports the following options:

This will be added soon into #21 but in order to start the app, you no longer need to use the start command and instead just use the command ./streetwhisperapp (if running the generated exe) or python streetwhisperapp (if running the script).

If you are generating an executable file, to stop error messages from showing up during the translation/transcription process like "No such option: -B", etc., see #29.