File size: 554 Bytes
854cbd0 bbefeb4 06e960c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
# 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 |