entropy25's picture
Create requirements.txt
e146d26 verified
raw
history blame
485 Bytes
# Core ML and NLP
torch>=1.9.0
transformers>=4.20.0
nltk>=3.7
# 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