Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flask==2.3.3
|
| 2 |
+
opencv-python==4.8.1.78
|
| 3 |
+
numpy==1.24.3
|
| 4 |
+
pillow==10.0.1
|
| 5 |
+
torch==2.1.0
|
| 6 |
+
torchvision==0.16.0
|
| 7 |
+
gunicorn==21.2.0
|