Spaces:
Sleeping
Sleeping
abhishekrs4
commited on
Commit
•
aeecd08
1
Parent(s):
8de0297
added requirements file for deployment
Browse files- requirements_deployment.txt +11 -0
requirements_deployment.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.24.4
|
2 |
+
scikit-learn==1.3.2
|
3 |
+
scikit-image==0.19.2
|
4 |
+
Pillow==9.1.0
|
5 |
+
fastapi==0.109.2
|
6 |
+
uvicorn[standard]
|
7 |
+
pydantic==2.6.0
|
8 |
+
pydantic-settings==2.1.0
|
9 |
+
requests==2.31.0
|
10 |
+
opencv-python-headless==4.6.0.66
|
11 |
+
python-multipart==0.0.9
|