Update requirements.txt
Browse files- requirements.txt +12 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
Pillow==10.4.0
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask==2.3.2
|
| 2 |
+
matplotlib==3.7.1
|
| 3 |
+
numpy==1.24.2
|
| 4 |
+
opencv_python==4.7.0.72
|
| 5 |
+
opencv_python_headless==4.10.0.84
|
| 6 |
Pillow==10.4.0
|
| 7 |
+
scikit_learn==1.2.2
|
| 8 |
+
tensorflow==2.16.2
|
| 9 |
+
tensorflow_intel==2.16.2
|
| 10 |
+
torch==2.0.1
|
| 11 |
+
torchvision==0.15.2
|
| 12 |
+
transformers==4.42.3
|
| 13 |
+
Werkzeug==2.3.6
|