Blazewild commited on
Commit
57dfd38
·
verified ·
1 Parent(s): 6bad01b

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +62 -0
requirements.txt ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Deep Learning Frameworks
2
+ torch==2.5.1
3
+ torchvision==0.20.1
4
+ torchaudio==2.5.1
5
+ pytorch-lightning==2.5.1.post0
6
+
7
+ # Configuration Management
8
+ hydra-core==1.3.2
9
+ hydra-zen==0.15.0
10
+ omegaconf==2.3.0
11
+
12
+ # Transformers & NLP
13
+ transformers>=4.30.0
14
+ tokenizers>=0.13.0
15
+ ftfy==6.3.1
16
+ regex==2024.11.6
17
+
18
+ # Computer Vision & Video Processing
19
+ opencv-python==4.10.0.84
20
+ pillow==10.4.0
21
+ decord==0.6.0
22
+ av==14.4.0
23
+ flow_vis==0.1
24
+ timm==1.0.15
25
+ einops==0.8.0
26
+ fvcore==0.1.5.post20221221
27
+
28
+ # Audio Processing
29
+ librosa>=0.10.0
30
+ soundfile>=0.12.0
31
+ torchaudio>=2.0.0
32
+
33
+ # Evaluation Metrics
34
+ pycocoevalcap==1.2
35
+
36
+ # Data Processing & Utilities
37
+ numpy==1.26.4
38
+ pandas==2.2.3
39
+ h5py==3.13.0
40
+ lz4==4.4.4
41
+ easydict==1.13
42
+ joblib==1.4.2
43
+ pyyaml==6.0.2
44
+
45
+ # Visualization & Logging
46
+ tensorboard==2.19.0
47
+ matplotlib>=3.7.0
48
+ colorlog==6.9.0
49
+ tabulate==0.9.0
50
+ terminaltables==3.1.10
51
+ tqdm==4.67.1
52
+
53
+ # HTTP & Web
54
+ requests==2.32.3
55
+
56
+ # HuggingFace Integration
57
+ huggingface_hub>=0.20.0
58
+ datasets>=2.14.0
59
+
60
+ # Additional Dependencies
61
+ scipy>=1.11.0
62
+ scikit-learn>=1.3.0