# 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 |