Spaces:
Sleeping
Sleeping
File size: 591 Bytes
c7fa963 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # HemaVision - AML Detection System Dependencies # Core ML torch>=2.0.0 torchvision>=0.15.0 timm>=0.9.0 # Data Processing numpy>=1.24.0 pandas>=2.0.0 scikit-learn>=1.3.0 Pillow>=10.0.0 scipy>=1.11.0 # Morphological Feature Extraction opencv-python-headless>=4.8.0 scikit-image>=0.21.0 # Visualization matplotlib>=3.7.0 seaborn>=0.12.0 # Web Interfaces gradio>=4.0.0 fastapi>=0.104.0 uvicorn[standard]>=0.24.0 python-multipart>=0.0.6 websockets>=12.0 # Utilities tqdm>=4.66.0 loguru>=0.7.0 pydantic>=2.0.0 # Deployment gunicorn>=21.2.0 onnx>=1.14.0 onnxruntime>=1.16.0 onnxscript>=0.1.0 |