File size: 2,258 Bytes
07c2bbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# ── Core ML ──────────────────────────────────────────────────────────────────
torch>=2.1.0
torchvision>=0.16.0
timm>=0.9.12

# ── Vision-Language Models ────────────────────────────────────────────────────
transformers>=4.35.0
open-clip-torch>=2.24.0

# ── Medical Datasets ──────────────────────────────────────────────────────────
medmnist>=2.2.0

# ── Image Processing ──────────────────────────────────────────────────────────
Pillow>=10.0.0
opencv-python-headless>=4.8.0
albumentations>=1.3.0

# ── Data / Metrics ────────────────────────────────────────────────────────────
numpy>=1.24.0
scikit-learn>=1.3.0
scipy>=1.11.0
pandas>=2.0.0

# ── Visualisation ────────────────────────────────────────────────────────────
matplotlib>=3.7.0
seaborn>=0.12.0
tqdm>=4.65.0

# ── Web Demo ──────────────────────────────────────────────────────────────────
gradio>=4.0.0

# ── REST API ──────────────────────────────────────────────────────────────────
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6

# ── Utilities ────────────────────────────────────────────────────────────────
huggingface_hub>=0.19.0