laporgub / requirements.txt
alzami's picture
Update requirements.txt
5f889c1 verified
raw
history blame contribute delete
636 Bytes
# Core Streamlit and Web Framework
streamlit>=1.28.0
streamlit-option-menu>=0.3.6
# Machine Learning and NLP
torch>=2.0.0
transformers>=4.35.0
tokenizers>=0.14.0
safetensors>=0.4.0
# Data Processing
pandas>=2.0.0
numpy>=1.24.0
scikit-learn>=1.3.0
# Text Processing
emoji>=2.8.0
beautifulsoup4>=4.12.0
html5lib>=1.1
# Visualization
plotly>=5.15.0
matplotlib>=3.7.0
seaborn>=0.12.0
# File Handling
openpyxl>=3.1.0
xlsxwriter>=3.1.0
# Utilities
python-dateutil>=2.8.0
pytz>=2023.3
requests>=2.31.0
# Optional: For better performance
accelerate>=0.24.0
# Development and Testing (optional)
pytest>=7.4.0
black>=23.0.0
flake8>=6.0.0