File size: 543 Bytes
b9d0f39
 
79730d1
b9d0f39
79730d1
b9d0f39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79730d1
b9d0f39
 
 
 
 
 
 
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
# === Core App / Web Stack ===
gradio[mcp,oauth]==5.49.1
fastapi==0.110.3
uvicorn==0.31.1
starlette==0.41.2
spaces==0.42.1
python-dotenv==1.0.1
filelock==3.16.1

# === Vector Search + Embeddings ===
faiss-cpu==1.8.0.post1
sentence-transformers==3.2.0
numpy==1.26.4
scipy==1.13.1
pandas==2.2.2
scikit-learn==1.5.2

# === Transformers + Hugging Face Integration ===
transformers==4.45.2
tokenizers==0.20.3
huggingface-hub==0.33.5

# === Visualization + Utilities ===
matplotlib==3.9.2
tqdm==4.66.5
requests==2.32.3
tenacity==8.4.1
joblib==1.4.2