moonlantern1 commited on
Commit
f1212a0
·
verified ·
1 Parent(s): 7062429

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. 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