Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/templates/hpc.template
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ nav:
- OpenFOAM: openFOAM.md
- Python: python.md
- Python virtual environments: setting_up_python_virtual_environments.md
- Transcribe: transcribe.md
- VS Code Tunnel: vscodetunnel.md
- FAQ:
- Frequently Asked Questions: FAQ.md
Expand Down
22 changes: 13 additions & 9 deletions mkdocs/docs/HPC/transcribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@

## What is Transcribe

!!! warning
The `Transcribe` application is currently only available to members of the `gpilot` user group.

`Transcribe` is a non-interactive application that offers audio transcription based on `OpenAI` `Whisper` (and derivatives thereoff).

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

The supported flow is:
- Upload audio or video file using the `Files` interface of the web portal
- Configure transcription via the `Interactive Apps` -> `Transcribe` application (currently under `Testing` section at the bottom);
you can select `Whisper inputfile` and `Whisper languages`.
- Launch it and wait. Connecting to the running transcription is entirely optional; there is nothing interactive to do.
You will also receive an email when the transcritpion started.
- Upon completion, you will receive an email with link to the result directory. This info will also be shown in the application session under
`My interactive sessions` (but the session data is only available for a week).

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.
- Upload audio or video file using the `Files` interface of the web portal
- Configure transcription via the `Interactive Apps` -> `Transcribe` application (currently under `Testing` section at the bottom);
you can select `Whisper inputfile` and `Whisper languages`.
- Launch it and wait. Connecting to the running transcription is entirely optional; there is nothing interactive to do.
You will also receive an email when the transcritpion started.
- Upon completion, you will receive an email with link to the result directory. This info will also be shown in the application session under
`My interactive sessions` (but the session data is only available for a week).

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.


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