Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
transformers
|
2 |
-
pydicom==2.4.4
|
3 |
-
opencv-python
|
4 |
-
torch
|
5 |
-
torchvision
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
pydicom==2.4.4
|
3 |
+
opencv-python
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
ttach
|
7 |
+
numpy
|
8 |
+
gradio
|
9 |
+
matplotlib
|
10 |
+
scikit-learn
|
11 |
+
pandas
|
12 |
+
openai
|