File size: 1,654 Bytes
e944b46
 
 
 
 
 
5aafb3a
e944b46
5aafb3a
e944b46
 
5aafb3a
e944b46
5aafb3a
 
 
 
 
 
e944b46
 
 
 
 
 
 
 
 
 
 
 
 
 
5aafb3a
 
e944b46
 
 
 
 
 
 
 
 
 
5aafb3a
 
e944b46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5aafb3a
e944b46
 
 
 
 
 
 
5aafb3a
e944b46
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Core AI/ML dependencies
torch==2.3.0
torchvision==0.18.0
torchaudio==2.3.0
transformers==4.53.3
tokenizers==0.21.4
accelerate==0.25.0
safetensors==0.6.2
huggingface-hub==0.35.3

# Computer Vision & Image Processing
opencv-python-headless==4.8.1.78
Pillow==10.1.0
pdf2image==1.16.3
pdfminer.six==20221105
pdfplumber==0.10.3
PyPDF2==3.0.1
pypdfium2==4.30.0
pytesseract==0.3.10

# Natural Language Processing
spacy==3.7.2
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
nltk==3.8.1
sentence-transformers==5.1.0
sentencepiece==0.1.99

# Audio Processing
openai-whisper==20231117
pydub==0.25.1
ffmpy==0.6.1

# Document Processing
python-docx==1.0.1
python-multipart==0.0.20

# Web Framework & API
fastapi==0.116.1
uvicorn==0.35.0
gunicorn==21.2.0
python-dotenv==1.0.1

# Data Processing & Scientific Computing
numpy==1.24.3
pandas==2.1.4
scikit-learn==1.3.2
scipy==1.11.4
joblib==1.5.1

# Model Optimization & Quantization
optimum==1.27.0
optimum-intel==1.25.2
nncf==2.17.0
bitsandbytes==0.47.0
ctransformers==0.2.27
llama_cpp_python==0.2.72

# Intel Optimization
openvino==2025.2.0
openvino-tokenizers==2025.2.0.1
intel-openmp==2021.4.0
mkl==2021.4.0

# Utilities & Helpers
aiofiles==23.2.1
orjson==3.11.2
pydantic==2.11.7
PyYAML==6.0.2
requests==2.32.5
tqdm==4.67.1
psutil==7.0.0
diskcache==5.6.3
einops==0.7.0

# Async & Network
aiohttp==3.12.15
httpx==0.28.1
websockets==11.0.3

# Database & Caching
redis==6.4.0
asyncpg==0.30.0

# Development & Monitoring (minimal)
rich==13.9.4
typer==0.9.4