|
2 | 2 |
|
3 | 3 | ## What is Transcribe |
4 | 4 |
|
| 5 | +!!! warning |
| 6 | + The `Transcribe` application is currently only available to members of the `gpilot` user group. |
| 7 | + |
5 | 8 | `Transcribe` is a non-interactive application that offers audio transcription based on `OpenAI` `Whisper` (and derivatives thereoff). |
6 | 9 |
|
7 | 10 | The main use case is sporadic transcription of audio or video files. There is intentionally no bulk mode (or API or library) |
8 | 11 | to help with large scale projects. |
9 | 12 |
|
10 | 13 | 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 | + |
20 | 24 |
|
21 | 25 | This is intentionally kept simple. There is also no risk of loosing previous results |
22 | 26 | (although some previous result directories might get renamed when input file names are reused). |
|
0 commit comments