Create requirements.txt
Browse files- requirements.txt +36 -0
requirements.txt
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.12.1+cu116
|
2 |
+
numpy==1.24.4
|
3 |
+
torchvision==0.13.1+cu116
|
4 |
+
pillow==10.3.0
|
5 |
+
decord==0.6.0
|
6 |
+
omegaconf==2.3.0
|
7 |
+
tqdm==4.66.2
|
8 |
+
einops==0.6.1
|
9 |
+
torchaudio==0.12.1+cu116
|
10 |
+
transformers==4.24.0
|
11 |
+
soundfile==0.12.1
|
12 |
+
librosa==0.9.2
|
13 |
+
scikit-learn==1.3.2
|
14 |
+
torchlibrosa==0.0.9
|
15 |
+
ftfy==6.1.1
|
16 |
+
regex==2024.4.16
|
17 |
+
timm==1.0.3
|
18 |
+
tokenizers==0.13.3
|
19 |
+
six==1.16.0
|
20 |
+
requests==2.31.0
|
21 |
+
scipy==1.10.1
|
22 |
+
yaml==0.2.5
|
23 |
+
pyyaml==6.0.1
|
24 |
+
easydict==1.9
|
25 |
+
pandas==2.0.3
|
26 |
+
matplotlib==3.7.2
|
27 |
+
tifffile==2023.7.10
|
28 |
+
medclip==0.0.3
|
29 |
+
pydicom==2.4.4
|
30 |
+
imageio==2.34.1
|
31 |
+
torchxrayvision==1.2.3
|
32 |
+
scikit-image==0.21.0
|
33 |
+
nltk==3.8.1
|
34 |
+
f1chexbert==0.0.2
|
35 |
+
streamlit==1.39.0
|
36 |
+
seaborn==0.13.2
|