File size: 464 Bytes
9e5cd67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 NLP libraries
torch>=1.13.0
transformers>=4.21.0
tokenizers>=0.13.0
sentencepiece>=0.1.95

# Gradio for web interface
gradio>=4.0.0

# Data processing and analysis
numpy>=1.21.0
pandas>=1.5.0

# File handling and utilities
Pillow>=9.0.0
requests>=2.28.0

# Optional: For better performance (uncomment if needed)
# accelerate>=0.20.0
# bitsandbytes>=0.39.0

# Development and debugging (optional)
# jupyter>=1.0.0
# matplotlib>=3.5.0
# seaborn>=0.11.0