File size: 526 Bytes
e16aadc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27fd084
e16aadc
 
 
 
 
 
 
 
 
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
# ============================================
# HF Spaces CPU 部署依赖(无 MASt3R)
# ============================================

# Web 服务
fastapi
uvicorn
python-multipart

# 向量数据库(嵌入式模式)
qdrant-client

# 图像处理
opencv-python-headless
Pillow
scikit-image

# DINOv2 (vit_small_patch14_reg4_dinov2)
timm

# OCR + 语义嵌入(CPU 版 paddlepaddle)
paddlepaddle==2.6.2
paddleocr<3
transformers

# 系统监控
psutil

# 数据处理(锁定 1.x 避免 2.x 兼容问题)
numpy<2