Update requirements.txt
Browse files- requirements.txt +19 -5
requirements.txt
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
supervision
|
| 2 |
inference-sdk
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
plotly
|
| 6 |
scikit-learn
|
| 7 |
umap-learn
|
| 8 |
transformers
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
more-itertools
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
git+https://github.com/roboflow/sports.git
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
torch
|
| 3 |
+
torchvision
|
| 4 |
+
pillow
|
| 5 |
+
numpy
|
| 6 |
+
|
| 7 |
+
# Computer Vision & ML
|
| 8 |
+
opencv-python-headless
|
| 9 |
supervision
|
| 10 |
inference-sdk
|
| 11 |
+
|
| 12 |
+
# Machine Learning & Data Science
|
|
|
|
| 13 |
scikit-learn
|
| 14 |
umap-learn
|
| 15 |
transformers
|
| 16 |
+
|
| 17 |
+
# UI & Visualization
|
| 18 |
+
gradio
|
| 19 |
+
plotly
|
| 20 |
+
|
| 21 |
+
# Utilities
|
| 22 |
more-itertools
|
| 23 |
+
tqdm
|
| 24 |
+
|
| 25 |
+
# Sports tracking (install last as it may depend on above packages)
|
| 26 |
git+https://github.com/roboflow/sports.git
|