File size: 473 Bytes
be4ab8f
57b215d
be4ab8f
 
57b215d
752a923
 
 
 
 
 
be4ab8f
 
ee6b157
 
57b215d
be4ab8f
3885a6d
be4ab8f
 
 
9434bda
 
be4ab8f
 
752a923
8384ac8
be4ab8f
005b49a
 
 
 
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
# 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.6.1
nltk==3.8.1

# Torch (required by fastopic/topmost)
torch==2.6.0
torchvision==0.21.0

# TensorFlow
tensorflow==2.20.0
tf-keras

# # Hugging Face
# transformers==4.41.0
# datasets==2.16.0
# tokenizers==0.15.0