File size: 485 Bytes
21db53c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Fastapi
fastapi>=0.110.2
python-multipart>=0.0.9
uvicorn[standard]
pydantic
pydantic-settings
typer

# AI - Manually install cuda-capable pytorch
torch>=2.1.0
torchvision
transformers>4.35.2
pillow>9.3.0
numpy

# OCR - you can choose other option if necessary, or completely disable it if you don't need this feature
easypaddleocr>=0.2.1
# easyocr
# paddleocr

# Vector Database
qdrant-client>=1.9.2

# Storage
opendal

# Misc
aiofiles
aiopath
wcmatch
pyyaml
loguru
httpx
pytest
rich