aadnk commited on
Commit
32b246d
1 Parent(s): aa33666

Adding diarization requirements

Browse files
requirements-fasterWhisper.txt CHANGED
@@ -6,4 +6,10 @@ yt-dlp
6
  json5
7
  torch
8
  torchaudio
9
- more_itertools
 
 
 
 
 
 
 
6
  json5
7
  torch
8
  torchaudio
9
+ more_itertools
10
+
11
+ # Needed by diarization
12
+ intervaltree
13
+ srt
14
+ torch
15
+ https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip
requirements-whisper.txt CHANGED
@@ -6,4 +6,10 @@ gradio==3.38.0
6
  yt-dlp
7
  torchaudio
8
  altair
9
- json5
 
 
 
 
 
 
 
6
  yt-dlp
7
  torchaudio
8
  altair
9
+ json5
10
+
11
+ # Needed by diarization
12
+ intervaltree
13
+ srt
14
+ torch
15
+ https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip
requirements.txt CHANGED
@@ -6,4 +6,10 @@ gradio==3.38.0
6
  yt-dlp
7
  torchaudio
8
  altair
9
- json5
 
 
 
 
 
 
 
6
  yt-dlp
7
  torchaudio
8
  altair
9
+ json5
10
+
11
+ # Needed by diarization
12
+ intervaltree
13
+ srt
14
+ torch
15
+ https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip