Spaces:
Sleeping
Sleeping
Commit ·
a693405
1
Parent(s): 6bbbfda
requirements
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
# Core FastAPI dependencies
|
| 2 |
fastapi==0.115.2
|
| 3 |
uvicorn[standard]==0.32.1
|
| 4 |
motor==3.6.0
|
|
@@ -8,21 +7,17 @@ python-jose==3.3.0
|
|
| 8 |
python-multipart==0.0.9
|
| 9 |
pydantic[email]==2.9.2
|
| 10 |
pydantic-settings==2.6.1
|
| 11 |
-
python-dotenv==1.0.
|
| 12 |
-
torchvision==0.15.2+cpu
|
| 13 |
ultralytics
|
| 14 |
opencv-python
|
| 15 |
requests
|
| 16 |
cloudinary
|
| 17 |
|
| 18 |
-
# Testing
|
| 19 |
pytest==8.3.3
|
| 20 |
httpx==0.27.2
|
| 21 |
|
| 22 |
-
# ML inference
|
| 23 |
numpy==1.26.4
|
| 24 |
joblib==1.4.2
|
| 25 |
-
scikit-learn==1.7.0
|
| 26 |
-
|
| 27 |
-
# Note: scikit-learn version 1.7.0 matches the version used for training
|
| 28 |
-
# This eliminates version warnings during model loading
|
|
|
|
|
|
|
| 1 |
fastapi==0.115.2
|
| 2 |
uvicorn[standard]==0.32.1
|
| 3 |
motor==3.6.0
|
|
|
|
| 7 |
python-multipart==0.0.9
|
| 8 |
pydantic[email]==2.9.2
|
| 9 |
pydantic-settings==2.6.1
|
| 10 |
+
python-dotenv==1.0.1
|
|
|
|
| 11 |
ultralytics
|
| 12 |
opencv-python
|
| 13 |
requests
|
| 14 |
cloudinary
|
| 15 |
|
| 16 |
+
# Testing (optional)
|
| 17 |
pytest==8.3.3
|
| 18 |
httpx==0.27.2
|
| 19 |
|
| 20 |
+
# ML inference
|
| 21 |
numpy==1.26.4
|
| 22 |
joblib==1.4.2
|
| 23 |
+
scikit-learn==1.7.0
|
|
|
|
|
|
|
|
|