Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
fastapi
|
3 |
+
pydantic
|
4 |
+
matplotlib
|
5 |
+
opencv-python
|
6 |
+
DateTime
|
7 |
+
requests
|
8 |
+
Pillow
|
9 |
+
scipy
|