medical-report-analyzer / requirements.txt
snikhilesh's picture
Deploy backend with monitoring infrastructure - Complete Medical AI Platform
13d5ab4 verified
raw
history blame
500 Bytes
fastapi==0.109.0
uvicorn==0.27.0
python-multipart==0.0.6
pydantic==2.5.3
# PDF Processing
PyPDF2==3.0.1
pdf2image==1.17.0
Pillow==10.2.0
pytesseract==0.3.10
PyMuPDF==1.23.8
# Machine Learning - HuggingFace Models (production optimized)
torch>=2.0.0,<2.5.0
transformers==4.36.0
accelerate==0.25.0
tokenizers==0.15.0
safetensors==0.4.1
huggingface-hub==0.20.0
scipy==1.11.4
# Data Processing
numpy==1.26.4
pandas==2.2.0
# Utilities
requests==2.31.0
aiofiles==23.2.1
PyJWT==2.8.0
python-docx==1.1.0