File size: 459 Bytes
32eed14
2392b19
32eed14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Core dependencies
huggingface_hub==0.25.2
torch==2.1.0
transformers==4.36.0
sentence-transformers==2.2.2
faiss-cpu==1.7.4
numpy==1.24.3
gradio==4.19.2
tqdm==4.66.1
python-dotenv==1.0.0

# Machine Learning dependencies
tf-keras==2.15.0  # backwards-compatible keras
tensorflow==2.15.0  # specific version
scikit-learn==1.3.2

# Tracking and visualization
wandb==0.16.0
matplotlib==3.8.2
seaborn==0.13.0
pandas==2.1.3

# Development dependencies
pytest==7.4.3