Upload requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core ML / data
|
| 2 |
+
numpy>=1.24
|
| 3 |
+
scikit-learn>=1.3
|
| 4 |
+
opencv-python-headless>=4.8
|
| 5 |
+
|
| 6 |
+
# Brain / neuro tools (optional — fallback works without these)
|
| 7 |
+
nilearn>=0.10
|
| 8 |
+
|
| 9 |
+
# Video processing
|
| 10 |
+
decord>=0.6.0
|
| 11 |
+
torch>=2.0
|
| 12 |
+
torchvision>=0.15
|
| 13 |
+
transformers>=4.40
|
| 14 |
+
|
| 15 |
+
# HF ecosystem
|
| 16 |
+
huggingface_hub>=0.20
|
| 17 |
+
|
| 18 |
+
# UI
|
| 19 |
+
gradio>=4.0
|
| 20 |
+
|
| 21 |
+
# Utilities
|
| 22 |
+
tqdm>=4.65
|
| 23 |
+
pyyaml>=6.0
|