Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -21
requirements.txt
CHANGED
|
@@ -1,22 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
tensorflow
|
| 4 |
-
scikit-learn>=1.0.0
|
| 5 |
-
|
| 6 |
-
# Image Processing
|
| 7 |
-
Pillow>=10.0.0
|
| 8 |
-
|
| 9 |
-
# API Framework
|
| 10 |
-
fastapi>=0.104.0
|
| 11 |
-
uvicorn>=0.24.0
|
| 12 |
-
pydantic>=2.0.0
|
| 13 |
-
|
| 14 |
-
# MLflow for Model Registry
|
| 15 |
mlflow
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
# Utility Libraries
|
| 22 |
-
python-multipart>=0.0.6
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
tensorflow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
mlflow
|
| 5 |
+
huggingface_hub
|
| 6 |
+
python-multipart
|
| 7 |
+
pillow
|
| 8 |
+
numpy
|
|
|
|
|
|
|
|
|