Tanusree88
commited on
Commit
•
998c9f3
1
Parent(s):
234cfa4
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit == 1.10.0
|
2 |
+
transformers>=4.17.0
|
3 |
+
torch>=1.12.0
|
4 |
+
nibabel==3.2.1
|
5 |
+
numpy==1.24.3
|
6 |
+
scikit-learn
|
7 |
+
matplotlib
|
8 |
+
Pillow
|
9 |
+
torchvision
|