Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.115.8
|
2 |
+
numpy==2.0.2
|
3 |
+
opencv-python==4.11.0.86
|
4 |
+
scikit-learn==1.6.1
|
5 |
+
scipy==1.15.1
|
6 |
+
tensorflow==2.18.0
|
7 |
+
webcolors==24.11.1
|
8 |
+
keras==3.8.0
|
9 |
+
|
10 |
+
|
11 |
+
|