@@ -11,15 +11,16 @@ The main use case is sporadic transcription of audio or video files. There is in
1111to help with large scale projects.
1212
1313The supported flow is:
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.
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+
2324
2425This is intentionally kept simple. There is also no risk of loosing previous results
2526(although some previous result directories might get renamed when input file names are reused).
0 commit comments