Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
albumentations
|
2 |
+
altair
|
3 |
+
bokeh
|
4 |
+
coral-pytorch
|
5 |
+
huggingface-hub
|
6 |
+
ipywidgets
|
7 |
+
jupyterlab
|
8 |
+
matplotlib
|
9 |
+
numpy
|
10 |
+
opencv-contrib-python
|
11 |
+
pandas
|
12 |
+
panel
|
13 |
+
pillow
|
14 |
+
plotly
|
15 |
+
pretty-errors
|
16 |
+
psutil
|
17 |
+
pytorch-lightning==2.2.4
|
18 |
+
rich
|
19 |
+
scikit-image
|
20 |
+
scikit-learn
|
21 |
+
scipy
|
22 |
+
seaborn
|
23 |
+
siuba
|
24 |
+
statsmodels
|
25 |
+
tensorboard
|
26 |
+
torch==2.3.0
|
27 |
+
torchaudio==2.3.0
|
28 |
+
torchmetrics==1.4.0
|
29 |
+
torchvision==0.18.0
|
30 |
+
tqdm
|
31 |
+
transformers
|