crypto-narrative-terminal / requirements-ml.txt
areebithink's picture
Implement 8 advanced upgrades (reactions, meta-model, probabilities, etc.)
6e68c66
Raw
History Blame Contribute Delete
803 Bytes
# ───────────────────────────────────────────────────────────
# FULL ML EXTRAS β€” install on top of requirements.txt for the
# CryptoBERT ensemble, spaCy NER, and BERTopic auto-discovery.
# Heavy (~2GB). For local machines / paid cloud with >=2GB RAM.
# pip install -r requirements.txt -r requirements-ml.txt
# ───────────────────────────────────────────────────────────
transformers>=4.41.0
torch>=2.0.0
sentence-transformers>=2.2.0
bertopic>=0.16.0
hdbscan>=0.8.33
spacy>=3.7.0
nltk>=3.8.1
textblob>=0.18.0
pandas>=2.2.0
pytrends>=4.9.2
huggingface-hub>=0.23.0