MedicalAI-Light-Weight / requirements.txt
pymite6941's picture
Upload models, ONNX exports and application code
e93bfbd verified
Raw
History Blame Contribute Delete
474 Bytes
torch>=2.0.0
transformers>=4.36.0
datasets>=2.14.0
pillow>=10.0.0
rich>=13.0.0
questionary>=2.0.0
psutil>=5.9.0
tqdm>=4.65.0
optimum>=1.12.0
onnxscript>=0.7.0
# Optional (auto-installed on first use):
# opencv-python -- camera capture
# pydicom -- DICOM file loading
# nltk -- BLEU evaluation
# gradio -- Web UI (pip install gradio)
# fastapi -- REST API server (pip install "fastapi[standard]")
# uvicorn -- ASGI server for the API