File size: 596 Bytes
bd99505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2567ca0
bd99505
 
 
 
9d90c9e
 
 
e0f9202
9d90c9e
 
fdf5697
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
# Core dependencies
gradio>=4.0.0
torch>=2.0.0
transformers>=4.30.0
Pillow>=9.0.0

# Object detection models
ultralytics>=8.0.0  # YOLOv8
timm>=0.9.0  # Vision Transformer support

# API dependencies
flask>=2.0.0
flask-cors>=3.0.0
matplotlib>=3.5.0
numpy>=1.20.0

# For future phases
fastapi>=0.100.0
uvicorn[standard]>=0.22.0
python-multipart>=0.0.5

# Llama 4 integration
accelerator>=0.20.0
bitsandbytes>=0.41.0
sentencepiece>=0.1.99
protobuf>=4.23.0

# Vector DB and image similarity search
chroma-hnswlib>=0.7.3
chromadb>=0.4.18
scipy>=1.11.0
open-clip-torch>=2.20.0
pysqlite3-binary>=0.5.0