DiegoLigtenberg commited on
Commit
b867c39
·
1 Parent(s): 863cbdb

instructions

Browse files
Files changed (1) hide show
  1. instructions.md +15 -0
instructions.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Whisper UI - Transcriptions, Summaries & Analytics
2
+
3
+ ---
4
+
5
+ #### Run Whisper
6
+ - Add a YouTube URL or select a local file on the left
7
+ - Select the right Whisper model supported by your machine (extra configs have other whisper params if you want to play around with them)
8
+ - Select whether you want to summarize the video. If so, enter a minimum and maximum length for the summary (usually between 50 and 100 words). Note that only the first 8 minutes of the video can be summarized in the current version.
9
+ - Click Save settings.
10
+ - Click "Transcribe"
11
+
12
+ Once a transcription is created, it will be retained as a session variable so you can navigate around raw, summarized and time-annotated output.
13
+ However, if you refresh or add a new video, the old transcription will be replaced.
14
+
15
+ ---