File size: 478 Bytes
50f51ce
 
42e050e
50f51ce
b49c46b
50f51ce
 
499356a
50f51ce
 
d529bec
50f51ce
d529bec
b49c46b
50f51ce
 
 
 
 
 
d529bec
 
42e050e
50f51ce
d529bec
50f51ce
 
 
 
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
# Core Web + UI
gradio==4.43.0
fastapi==0.112.2
uvicorn==0.31.1

# AI / Embedding / Similarity
sentence-transformers==3.2.0
faiss-cpu==1.8.0.post1

# Data + Analytics
pandas==2.2.2
numpy==1.26.4
scikit-learn==1.5.2

# Time & Anomaly Simulation
scipy==1.13.1
matplotlib==3.9.2

# Hugging Face + Token Management
huggingface-hub==0.26.1
python-dotenv==1.0.1

# Reliability logging & persistence
joblib==1.4.2
tqdm==4.66.5

# Security & resilience
requests==2.32.3
tenacity==8.4.1