Spaces:
Sleeping
Sleeping
Create layout/about.md
Browse files- layout/about.md +19 -0
layout/about.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
For those seeking automatic voice transcription and speaker prediction services, this demo will take your .wav file, transcribe the audio and predict who spoke it based on user guidance.
|
4 |
+
|
5 |
+
Often, those conducting interviews or meetings on the fly cannot always have meetings over video to record.
|
6 |
+
In such cases, the option is to record on your phone and transcribe/edit pooling multiple sources.
|
7 |
+
|
8 |
+
Let's make it easier on us by...
|
9 |
+
|
10 |
+
|
11 |
+
- Step 1: Uploading your .wav file.
|
12 |
+
- Step 2: Including the number of participants in the meeting (minimum 2, maximum 5).
|
13 |
+
- Step 3: Including the names of individuals along with any other supporting details.
|
14 |
+
- Step 4: Retrieve cleaned transcript with names just as you would on a normal vtt file.
|
15 |
+
|
16 |
+
Notes:
|
17 |
+
|
18 |
+
- This model will work best if meeting participants explicitly state their name upfront, which is an important privacy consideration when conducting meetings to imply consent.
|
19 |
+
- This is a demo on ZeroGPU HuggingFace Spaces, so please keep the meeting length to about 30-40 minutes.
|