mri-report-generator / requirements.txt
DHEENA0007
Add MRI report generator application with Docker support
cbbde4c
raw
history blame
534 Bytes
# Prerad Project Root Requirements
# Main dependencies for the project (CPU-only PyTorch)
# Updated for Python 3.13 compatibility
# Web Framework
streamlit>=1.28.0
# Machine Learning & Computer Vision
transformers>=4.36.0
pillow>=10.0.0
regex>=2023.0.0
# PyTorch CPU version (latest stable)
# Install with: pip install torch --index-url https://download.pytorch.org/whl/cpu
torch>=2.0.0
# Data Processing
pandas>=2.0.0
jsonlines>=4.0.0
# Jupyter & Notebooks
jupyter>=1.0.0
ipykernel>=6.25.0
# Additional utilities
numpy>=1.24.0