tykiww commited on
Commit
07f39f7
·
verified ·
1 Parent(s): adafc31

Update layout/about.md

Browse files
Files changed (1) hide show
  1. layout/about.md +5 -4
layout/about.md CHANGED
@@ -10,11 +10,12 @@ Let's make it easier on us by...
10
 
11
  - Step 1: Uploading a .wav file or recording directly in-app. View notes below on best practices.
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
  - "Begin by stating: Hi My name is YYY, and I work for ZZZZ..."
20
- - This is a demo on ZeroGPU HuggingFace Spaces, so please keep the meeting length to a maximum of 30-40 minutes.
 
 
10
 
11
  - Step 1: Uploading a .wav file or recording directly in-app. View notes below on best practices.
12
  - Step 2: Including the number of participants in the meeting (minimum 2, maximum 5).
13
+ - Step 3: Verify the names of individuals.
14
+ - Step 4: Retrieve cleaned transcript with names!
15
 
16
  Notes:
17
 
18
+ - This application will make life easier if meeting participants explicitly state their name upfront, which is an important privacy consideration when conducting meetings to imply consent.
19
  - "Begin by stating: Hi My name is YYY, and I work for ZZZZ..."
20
+ - This demo uses [Pyannote](https://github.com/pyannote/pyannote-audio) for audio segmentation and OpenAI's [Whisper Base](https://github.com/openai/whisper) for Automatic speech recognition.
21
+ - As a demo on ZeroGPU HuggingFace Spaces, so please keep the meeting length to a maximum of 30-40 minutes.