File size: 490 Bytes
b4fdf2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core web framework
fastapi==0.104.1
uvicorn==0.24.0

# Environment and configuration
python-dotenv==1.0.0

# Data validation
pydantic==2.5.0

# HTTP clients
requests==2.31.0
httpx==0.25.2

# Language processing
langdetect==1.0.9
deep-translator==1.11.4
beautifulsoup4==4.12.2

# Machine learning and embeddings
sentence-transformers==2.7.0
huggingface-hub==0.20.3
faiss-cpu==1.11.0

# Data processing
numpy==1.26.4

# Utilities
tenacity==8.2.3
psutil==5.9.0

# Web interface
gradio==4.8.0