|
|
|
|
|
|
| # Web Framework |
| gradio==4.44.0 |
|
|
| # Python Version (For reference, set in the Space SDK/Config) |
| # Python 3.10.12 |
|
|
| # Core Libraries |
| torch==2.1.0 |
| numpy==1.26.4 |
| scipy==1.15.3 |
| scikit-learn==1.7.1 |
| Pillow==10.4.0 |
|
|
| # Document/Image Processing & OCR |
| # PyMuPDF is the official package name for the 'fitz' import |
| PyMuPDF==1.23.2 # (Example: Replace with your final version from `pip show PyMuPDF`) |
| opencv-python==4.11.0.86 |
|
|
|
|
| # Deep Learning / NLP / Vision |
| transformers==4.53.3 |
| ultralytics==8.1.47 # (Example: Replace with your final version from `pip show ultralytics`) |
|
|
|
|
|
|
| # Optimization Libraries (Crucial for optimum.onnxruntime) |
| optimum==1.27.0 # (From previous context) |
| onnxruntime==1.22.1 |
| onnx==1.16.1 |
|
|