Spaces:
Sleeping
Sleeping
Added req.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
|
|
|
|
|
|
| 3 |
numpy
|
| 4 |
opencv-python
|
| 5 |
-
|
| 6 |
scikit-learn
|
|
|
|
|
|
|
| 7 |
joblib
|
| 8 |
-
|
| 9 |
-
matplotlib
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
python-multipart
|
| 4 |
+
pillow
|
| 5 |
numpy
|
| 6 |
opencv-python
|
| 7 |
+
matplotlib
|
| 8 |
scikit-learn
|
| 9 |
+
pandas
|
| 10 |
+
scikit-image
|
| 11 |
joblib
|
| 12 |
+
xgboost
|
|
|