File size: 676 Bytes
9847531
 
 
 
39d0031
 
9847531
 
 
 
39d0031
 
9847531
 
 
 
39d0031
 
391393a
c2516d1
9847531
 
 
 
 
 
 
 
 
 
391393a
 
 
 
39d0031
 
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
# Core dependencies
gradio>=4.0.0
numpy>=1.24.0
Pillow>=8.0.0
opencv-python-headless>=4.8.0  # Headless version for Spaces
PyMuPDF>=1.18.0

# OCR Engines
pytesseract>=0.3.8
easyocr>=1.7.1
python-doctr>=0.7.0
tensorflow>=2.8.0

# Deep Learning
torch>=2.1.0
torchvision>=0.15.0
ultralytics>=8.0.0
git+https://github.com/cvg/DeepLSD.git  # Install DeepLSD from GitHub
omegaconf>=2.3.0  # Required by DeepLSD
git+https://github.com/rpautrat/pytlsd.git  # Required by DeepLSD

# Graph Processing
networkx>=2.6.0
plotly>=5.3.0

# Utilities
python-dotenv>=0.19.0
loguru>=0.7.0
matplotlib>=3.4.0

# Azure Storage
azure-storage-blob>=12.0.0
azure-core>=1.24.0

# AI/Chat
openai>=1.0.0