From 1189c3f8b2312354be5b3cf87f04f273b2627b44 Mon Sep 17 00:00:00 2001 From: Jayant Date: Mon, 6 May 2024 17:07:09 +0200 Subject: [PATCH] Added GUI instructions --- docs/software/whisper.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/software/whisper.md b/docs/software/whisper.md index 1d3206358..f842f04e7 100644 --- a/docs/software/whisper.md +++ b/docs/software/whisper.md @@ -26,8 +26,22 @@ Currently Loaded Modules: ## Usage -Whisper can be run as a command-line tool or as a Python library. -An interactive Whisper GUI can be run by running the following command on terminal: `whisper-gui.sh`. +Whisper as an inference service is available in the form of Graphical User Interface (GUI). +Whisper can also be run as a command-line tool or as a Python library. + +### GUI + +1. Login to [Rackham](https://rackham-gui.uppmax.uu.se/) or [Bianca](https://bianca.uppmax.uu.se/) via ThinLinc. +2. Load Whisper module as instructed in [Module Loading](http://docs.uppmax.uu.se/software/whisper/#module-loading) section. +3. Transfer your data from your local machine to Wharf ([WinSCP](http://docs.uppmax.uu.se/cluster_guides/transfer_bianca/#winscp-windows) client, [FileZilla](http://docs.uppmax.uu.se/cluster_guides/transfer_bianca/#filezilla-linuxmacoswindows) client or other ways via [terminal](http://docs.uppmax.uu.se/cluster_guides/transfer_bianca/)) and then to your project folder (Bianca: `/cygnus/proj/`) . +4. Go to your project folder where you will also find `whisper-gui.sh` file, right click inside this folder and select "Open Terminal Here" and run the following command: `./whisper-gui.sh &`. This will run the Whisper service. +5. Select appropriate options, or use the following for the best results: + device: gpu + SLURM job name: [give any name without space] + Total audio length in minutes : [give a rough average if transcribing files in bulk] + Model: large-v2 + by word timestamps: by_sentence +6. Monitor your job using `jobinfo` command on terminal or on `[job_name].out` that gets created in the same folder. Where `[job_name]` is the SLURM job name that you gave ealier. ### Command-line