Skip to content

Commit 8bd0a1a

Browse files
authored
Merge pull request hpcugent#829 from stdweird/transcribe
Fix list on transcribe page
2 parents b1dd461 + 867e20d commit 8bd0a1a

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

config/templates/hpc.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ nav:
5959
- OpenFOAM: openFOAM.md
6060
- Python: python.md
6161
- Python virtual environments: setting_up_python_virtual_environments.md
62+
- Transcribe: transcribe.md
6263
- VS Code Tunnel: vscodetunnel.md
6364
- FAQ:
6465
- Frequently Asked Questions: FAQ.md

mkdocs/docs/HPC/transcribe.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,25 @@
22

33
## What is Transcribe
44

5+
!!! warning
6+
The `Transcribe` application is currently only available to members of the `gpilot` user group.
7+
58
`Transcribe` is a non-interactive application that offers audio transcription based on `OpenAI` `Whisper` (and derivatives thereoff).
69

710
The main use case is sporadic transcription of audio or video files. There is intentionally no bulk mode (or API or library)
811
to help with large scale projects.
912

1013
The supported flow is:
11-
- Upload audio or video file using the `Files` interface of the web portal
12-
- Configure transcription via the `Interactive Apps` -> `Transcribe` application (currently under `Testing` section at the bottom);
13-
you can select `Whisper inputfile` and `Whisper languages`.
14-
- Launch it and wait. Connecting to the running transcription is entirely optional; there is nothing interactive to do.
15-
You will also receive an email when the transcritpion started.
16-
- Upon completion, you will receive an email with link to the result directory. This info will also be shown in the application session under
17-
`My interactive sessions` (but the session data is only available for a week).
18-
19-
The result directory has a subdirectory per language with the text files and some metadata in JSON format of the transcritpion itself and input file.
14+
- Upload audio or video file using the `Files` interface of the web portal
15+
- Configure transcription via the `Interactive Apps` -> `Transcribe` application (currently under `Testing` section at the bottom);
16+
you can select `Whisper inputfile` and `Whisper languages`.
17+
- Launch it and wait. Connecting to the running transcription is entirely optional; there is nothing interactive to do.
18+
You will also receive an email when the transcritpion started.
19+
- Upon completion, you will receive an email with link to the result directory. This info will also be shown in the application session under
20+
`My interactive sessions` (but the session data is only available for a week).
21+
22+
The result directory has a subdirectory per language with the text files and some metadata in JSON format of the transcritpion itself and input file.
23+
2024

2125
This is intentionally kept simple. There is also no risk of loosing previous results
2226
(although some previous result directories might get renamed when input file names are reused).

0 commit comments

Comments
 (0)