File size: 562 Bytes
4316937
94e63f1
 
 
4316937
 
 
94e63f1
4316937
bded742
4316937
 
94e63f1
 
4316937
 
 
 
 
94e63f1
 
4316937
 
94e63f1
4316937
 
 
 
 
 
3815f90
4316937
 
 
 
 
94e63f1
fe5e592
4316937
 
 
 
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/DL
torch>=2.5.0
torchvision>=0.20.0
numpy>=1.24.0

# Image Processing
opencv-python-headless>=4.8.0
Pillow>=10.0.0
scikit-image>=0.22.0
plotly>=5.18.0

# Machine Learning
lightgbm>=4.0.0
scikit-learn>=1.3.0

# Data Augmentation
albumentations>=1.3.0

# Signal Processing
PyWavelets>=1.4.1
scipy>=1.11.0

# Deep Learning Models
timm>=0.9.7

# Data Storage
lmdb>=1.4.0

# PDF Processing
PyMuPDF>=1.23.0
docx2pdf>=0.1.8

# OCR (optional but in code)
pytesseract>=0.3.10

# Utilities
pyyaml>=6.0.1
joblib>=1.3.0
tqdm>=4.65.0

# Web Interface
gradio>=4.16.0