File size: 591 Bytes
6d1ffdb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core ML and AI libraries
torch>=2.0.0,<2.2.0
transformers>=4.30.0,<4.40.0
numpy>=1.21.0,<1.25.0
scikit-learn>=1.0.0,<1.4.0

# Web interface
gradio>=4.0.0,<4.15.0

# Google APIs
google-generativeai>=0.3.0,<0.4.0
google-api-python-client>=2.0.0,<2.110.0

# Data processing
pandas>=1.3.0,<2.1.0

# Additional dependencies for Hugging Face Spaces
accelerate>=0.20.0
safetensors>=0.3.0
tokenizers>=0.13.0

# Optional: For better performance
# sentencepiece>=0.1.99  # Uncomment if needed for tokenization
# protobuf>=3.20.0,<4.0.0  # Uncomment if needed for Google APIs