RustX commited on
Commit
54a7e83
·
1 Parent(s): 5f30f3a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -0
requirements.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ librosa==0.9.1
2
+ yt-dlp
3
+ streamlit
4
+ numpy==1.23
5
+ protobuf==3.20.1
6
+ tqdm
7
+ more-itertools
8
+ transformers>=4.19.0
9
+ ffmpeg-python
10
+ torch==1.11.0
11
+ networkx==2.6
12
+ pytorch-lightning==1.6.5
13
+ soundfile==0.10.2
14
+ tokenizers==0.12.1
15
+ pyannote.audio==2.1.1
16
+ pyannote.core==4.4
17
+ pydub==0.25.1
18
+ sentencepiece==0.1.96
19
+ torchmetrics
20
+ torchtext==0.12.0
21
+ torchvision==0.12.0
22
+ torchaudio==0.11.0
23
+ datasets