intelligent-pid / requirements.txt
msIntui
Fix import order and logger initialization
c2516d1
raw
history blame contribute delete
676 Bytes
# 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