Spaces:
Running
Running
Upload medical_ai_requirements.txt
Browse files- medical_ai_requirements.txt +28 -0
medical_ai_requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core ML and AI libraries
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
transformers>=4.37.0
|
5 |
+
accelerate>=0.20.0
|
6 |
+
|
7 |
+
# Qwen-VL specific dependencies
|
8 |
+
qwen-vl-utils
|
9 |
+
|
10 |
+
# Image processing
|
11 |
+
Pillow>=9.0.0
|
12 |
+
|
13 |
+
# Web interface
|
14 |
+
gradio>=4.0.0
|
15 |
+
|
16 |
+
# Data handling
|
17 |
+
numpy>=1.21.0
|
18 |
+
|
19 |
+
# Optional but recommended for better performance
|
20 |
+
# Uncomment if deploying with CUDA support
|
21 |
+
# torch-audio>=2.0.0
|
22 |
+
|
23 |
+
# For Hugging Face Spaces deployment
|
24 |
+
spaces
|
25 |
+
|
26 |
+
# Additional utilities (if needed for extended functionality)
|
27 |
+
# requests>=2.28.0
|
28 |
+
# opencv-python-headless>=4.7.0
|