File size: 2,334 Bytes
37fbec9
 
 
 
 
 
 
 
 
 
 
 
 
d781259
 
 
 
37fbec9
 
 
 
 
 
 
d781259
 
37fbec9
 
 
 
 
ce63dd0
8f2b909
37fbec9
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ─── Core ML ────────────────────────────────────────────────────────────────
torch>=2.1.0
torchvision>=0.16.0
torchaudio>=2.1.0

# ─── HuggingFace ─────────────────────────────────────────────────────────────
transformers>=4.37.0
accelerate>=0.26.0

# ─── Image Processing ────────────────────────────────────────────────────────
opencv-python>=4.9.0.80
albumentations>=1.3.1
Pillow>=10.2.0
grad-cam>=1.5.0

# ─── Hugging Face Datasets ───────────────────────────────────────────────────
datasets>=2.16.0

# ─── Data Science ────────────────────────────────────────────────────────────
numpy>=1.26.0
pandas>=2.1.0
scikit-learn>=1.4.0
matplotlib>=3.8.0
seaborn>=0.13.0
faiss-cpu>=1.7.4
sentence-transformers>=2.3.1

# ─── Experiment Tracking ─────────────────────────────────────────────────────
mlflow>=2.10.0

# ─── Demo UI ─────────────────────────────────────────────────────────────────
gradio>=5.33.0
audioop-lts              # Python 3.13 removed audioop; audioop-lts backports it for pydub/gradio

# ─── Dataset Download ────────────────────────────────────────────────────────
kaggle>=1.6.0

# ─── Utilities ───────────────────────────────────────────────────────────────
tqdm>=4.66.0
pyyaml>=6.0.1
rich>=13.7.0