# Core ML and NLP | |
torch>=1.9.0 | |
transformers>=4.20.0 | |
nltk>=3.7 | |
tiktoken>=0.4.0 | |
sentencepiece>=0.1.96 | |
protobuf>=3.20.0 | |
# Language Detection | |
langdetect>=1.0.9 | |
# Data Processing | |
pandas>=1.3.0 | |
numpy>=1.21.0 | |
# Visualization | |
plotly>=5.0.0 | |
wordcloud>=1.8.0 | |
# Web Interface | |
gradio>=3.40.0 | |
# File Processing | |
openpyxl>=3.0.9 | |
xlsxwriter>=3.0.0 | |
# System and Utilities | |
psutil>=5.8.0 | |
requests>=2.25.0 | |
tqdm>=4.62.0 | |
# Optional GPU support (uncomment if using CUDA) | |
# torch-audio>=0.9.0 | |
# torchvision>=0.10.0 | |
# Development and Debugging | |
loguru>=0.6.0 |