# Core Dependencies | |
aiohttp==3.9.3 | |
dateparser==1.2.0 | |
python-dateutil==2.9.0.post0 | |
regex==2024.4.16 | |
psutil==5.9.8 | |
# NLP/ML Requirements | |
transformers==4.41.0 | |
torch==2.3.0 | |
scikit-learn==1.4.2 | |
numpy==1.26.4 | |
bitsandbytes==0.43.0 | |
accelerate==0.29.3 | |
# Security/Crypto | |
cryptography==42.0.5 | |
# Additional Processing | |
tqdm==4.66.2 | |
# Optional GPU Support (uncomment if needed) | |
# torchaudio==2.3.0 | |
# torchvision==0.18.0 | |
fastapi | |
uvicorn | |
transformers==4.11.3 | |
torch | |
aiohttp | |
pydantic | |
python-dotenv | |
requests | |
scikit-learn | |
numpy | |
psutil | |
cryptography | |
sentence-transformers |