Kr08 commited on
Commit
159303c
·
verified ·
1 Parent(s): 745e5b6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -6
requirements.txt CHANGED
@@ -1,8 +1,15 @@
1
- torchaudio
2
- numpy<2.0
3
- torch
4
- soundfile
5
  transformers
6
- sentencepiece
 
 
 
7
  pyperclip
8
- git+https://github.com/openai/whisper.git
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  transformers
2
+ git+https://github.com/m-bain/whisperx.git
3
+ numpy
4
+ pandas
5
+ pyannote.audio
6
  pyperclip
7
+ sentencepiece
8
+ gradio
9
+ speechbrain
10
+ torch>=2
11
+ torchaudio>=2
12
+ faster-whisper==1.0.0
13
+ setuptools>=65
14
+ nltk
15
+ python-dotenv