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