TEMPO-BIAS / requirements.txt
moujar's picture
init
5b42a0e
# Core dependencies
transformers>=4.36.0
torch>=2.0.0
datasets>=2.14.0
accelerate>=0.24.0
bitsandbytes>=0.41.0
# vLLM for model serving
vllm>=0.3.0
# Sentiment analysis
nltk>=3.8.0
vaderSentiment>=3.3.2
textblob>=0.17.1
# Data processing
pandas>=2.0.0
numpy>=1.24.0
scipy>=1.11.0
scikit-learn>=1.3.0
# Visualization
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.15.0
# Configuration
pyyaml>=6.0
python-dotenv>=1.0.0
# CLI
typer>=0.9.0
rich>=13.0.0
tqdm>=4.65.0
# HTTP requests (for vLLM API)
requests>=2.31.0
aiohttp>=3.9.0
# API and web (optional)
fastapi>=0.100.0
uvicorn>=0.23.0
gradio>=4.0.0
# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
# Jupyter support (optional)
jupyter>=1.0.0
ipywidgets>=8.0.0
# HuggingFace Hub
huggingface_hub>=0.19.0
# Async support
asyncio-throttle>=1.0.0