Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.13.0+cu116
|
3 |
+
torchvision==0.14.0+cu116
|
4 |
+
requests
|
5 |
+
Pillow
|
6 |
+
numpy
|
7 |
+
opencv-python
|
8 |
+
sentence-transformers
|
9 |
+
transformers==4.24.0
|
10 |
+
PyJWT==2.6.0
|
11 |
+
python-dotenv
|