hanantonio's picture
Upload requirements.txt
752a923 verified
raw
history blame
456 Bytes
# Streamlit
streamlit==1.44.0
# Data manipulation & visualization
pandas==2.2.3
numpy
matplotlib
seaborn
plotly
pillow
wordcloud
# NLP / Topic Modeling
fastopic==1.0.1
topmost==1.0.2
gensim==4.3.3
joblib==1.2.0
scikit-learn==1.5.2
nltk==3.8.1
# Torch (required by fastopic/topmost)
torch==1.11.0
torchvision==0.12.0
# TensorFlow
tensorflow==2.20.0
# Hugging Face
transformers==4.41.0
datasets==2.16.0
tokenizers==0.15.0