File size: 883 Bytes
af3342d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# ══════════════════════════════════════════════════
# Phoenix AI β€” Python Dependencies
# ══════════════════════════════════════════════════

# Web Framework
fastapi==0.115.6
uvicorn[standard]==0.34.0
python-multipart==0.0.18
python-dotenv==1.0.1
httpx==0.28.1
requests>=2.31.0

# Image Processing
opencv-python==4.11.0.86
numpy==1.26.4
Pillow==10.3.0

# OCR Engine
kraken>=5.0.0

# Deep Learning (CPU)
torch==2.4.1+cpu
torchvision==0.19.1+cpu
--extra-index-url https://download.pytorch.org/whl/cpu

# Additional Services & Utilities (Missing Dependencies)
PyMuPDF==1.24.4
google-generativeai==0.5.4
onnx==1.16.1
onnxruntime==1.18.0
slowapi==0.1.9