yolo_layoutlm / requirements.txt
heerjtdev's picture
Update requirements.txt
2c90c13
raw
history blame contribute delete
500 Bytes
# Web Framework
gradio==4.44.0
# Deep Learning Frameworks (CPU only)
torch==2.1.0+cpu
--extra-index-url https://download.pytorch.org/whl/cpu
# Transformers and NLP - Updated versions for compatibility
transformers==4.37.0
tokenizers>=0.15.0
TorchCRF==1.1.0
# Computer Vision
ultralytics==8.0.196
opencv-python-headless==4.8.1.78
# PDF Processing
PyMuPDF==1.23.8
# OCR
pytesseract==0.3.10
# Image Processing
Pillow==10.1.0
# Scientific Computing
numpy==1.24.3
scipy==1.11.4
scikit-learn>=1.3.0